From 2de5a486d71b33f513ba783af5a8368b68e28fc6 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 13 Jul 2009 08:37:55 +0000 Subject: Modified init.d script from dhcpd to dhcp. Bumped to 0.4.1 --- Makefile | 2 +- dhcp-model.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 12712f8..7d5252b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=dhcp PACKAGE=acf-$(APP_NAME) -VERSION=0.4.0 +VERSION=0.4.1 APP_DIST=\ dhcp* \ diff --git a/dhcp-model.lua b/dhcp-model.lua index d5a676f..11402c5 100644 --- a/dhcp-model.lua +++ b/dhcp-model.lua @@ -8,7 +8,7 @@ require("validator") local subnet = {} local configfile = "/etc/dhcp/dhcpd.conf" -local processname = "dhcpd" +local processname = "dhcp" local packagename = "dhcp" local leasefile = "/var/lib/dhcp/dhcpd.leases" local config -- cgit v1.2.3