summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-06 19:26:56 -0500
committersullrich <sullrich@pfsense.org>2009-12-06 19:26:56 -0500
commit7ea754a830976a57a3eb17bcf464d237dd321617 (patch)
tree0a39f674662dd17da2c37f48a3564566ef8da1ec /etc/rc.bootup
parent55f681dd599832f29da8e60bd37e1475146eab16 (diff)
downloadpfsense-7ea754a830976a57a3eb17bcf464d237dd321617.zip
pfsense-7ea754a830976a57a3eb17bcf464d237dd321617.tar.gz
Adding script to parse dhcpd log file and populate /etc/hosts so that we can move to a newer dnsmasq. in addition, the current dnsmasq isc parsing is broken so there is not a choice to move either way. Ticket #79
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 1936371..5ca8a80 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -322,6 +322,9 @@ enable_rrd_graphing();
/* start DHCP service */
services_dhcpd_configure();
+/* start DHCP logging service which populates /etc/hosts */
+services_parse_dhcpd_hostnames();
+
/* startup OLSR if needed */
setup_wireless_olsr();
OpenPOWER on IntegriCloud