summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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