summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-08-23 14:47:45 +0000
committerErmal <eri@pfsense.org>2010-08-23 14:47:45 +0000
commit24d619f5b696914e6b793bbf3c84b25131066b7b (patch)
treeba4995597d57f2a1b9948979aa9d274b898602f4 /etc/rc.bootup
parent5b40ab9f0e8c17ae27ccce763ccf44036fe81551 (diff)
downloadpfsense-24d619f5b696914e6b793bbf3c84b25131066b7b.zip
pfsense-24d619f5b696914e6b793bbf3c84b25131066b7b.tar.gz
Fixes #837. Fix the startup of dhcpleases during bootup. Also start the dhcpd service earlier there is not reason no to!
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index f150b80..38310b4 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -295,9 +295,15 @@ mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh");
if (is_ipaddr($config['interfaces']['wan']['ipaddr']))
services_dnsupdate_process();
+/* start DHCP service */
+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");
@@ -334,9 +340,6 @@ filter_configure_sync();
/* load graphing functions */
enable_rrd_graphing();
-/* start DHCP service */
-services_dhcpd_configure();
-
/* startup OLSR if needed */
setup_wireless_olsr();
OpenPOWER on IntegriCloud