summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-08-24 15:55:39 +0700
committergnhb <gnoahb@gmail.com>2010-08-24 15:55:39 +0700
commit5f0b6a8f2aa3e5875188cd6720d037ef25503bca (patch)
tree2069318b5c347c1b43170b2105b473d70dd780fc /etc/rc.bootup
parent15d456b9ea73270bebecda69be9e41443c95c533 (diff)
downloadpfsense-5f0b6a8f2aa3e5875188cd6720d037ef25503bca.zip
pfsense-5f0b6a8f2aa3e5875188cd6720d037ef25503bca.tar.gz
Remove redundant call to system_dhcpleases_configure. It is called in services_dnsmasq_configure.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
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");
OpenPOWER on IntegriCloud