diff options
author | gnhb <gnoahb@gmail.com> | 2010-08-24 15:55:39 +0700 |
---|---|---|
committer | gnhb <gnoahb@gmail.com> | 2010-08-24 15:55:39 +0700 |
commit | 5f0b6a8f2aa3e5875188cd6720d037ef25503bca (patch) | |
tree | 2069318b5c347c1b43170b2105b473d70dd780fc | |
parent | 15d456b9ea73270bebecda69be9e41443c95c533 (diff) | |
download | pfsense-5f0b6a8f2aa3e5875188cd6720d037ef25503bca.zip pfsense-5f0b6a8f2aa3e5875188cd6720d037ef25503bca.tar.gz |
Remove redundant call to system_dhcpleases_configure. It is called in services_dnsmasq_configure.
-rwxr-xr-x | etc/rc.bootup | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index 38310b4..3780438 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -301,9 +301,6 @@ services_dhcpd_configure(); /* start dnsmasq service */ services_dnsmasq_configure(); -/* start dhcpleases dhpcp hosts leases program */ -system_dhcpleases_configure(); - /* start dyndns service */ @touch("{$g['tmp_path']}/update_dyndns"); |