summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-07-13 08:37:55 +0000
committerTed Trask <ttrask01@yahoo.com>2009-07-13 08:37:55 +0000
commit2de5a486d71b33f513ba783af5a8368b68e28fc6 (patch)
tree0768a48d34341d041bed408aa31b8e8388436136
parent333b589a7e30195bf65cfb56e7876ae5b634ae28 (diff)
downloadacf-dhcp-2de5a486d71b33f513ba783af5a8368b68e28fc6.tar.bz2
acf-dhcp-2de5a486d71b33f513ba783af5a8368b68e28fc6.tar.xz
Modified init.d script from dhcpd to dhcp. Bumped to 0.4.1v0.4.1
-rw-r--r--Makefile2
-rw-r--r--dhcp-model.lua2
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