diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-07-13 08:37:55 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-07-13 08:37:55 +0000 |
commit | 2de5a486d71b33f513ba783af5a8368b68e28fc6 (patch) | |
tree | 0768a48d34341d041bed408aa31b8e8388436136 /dhcp-model.lua | |
parent | 333b589a7e30195bf65cfb56e7876ae5b634ae28 (diff) | |
download | acf-dhcp-2de5a486d71b33f513ba783af5a8368b68e28fc6.tar.bz2 acf-dhcp-2de5a486d71b33f513ba783af5a8368b68e28fc6.tar.xz |
Modified init.d script from dhcpd to dhcp. Bumped to 0.4.1v0.4.1
Diffstat (limited to 'dhcp-model.lua')
-rw-r--r-- | dhcp-model.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |