summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-07 19:36:53 +0000
committerErmal <eri@pfsense.org>2010-09-07 19:36:53 +0000
commit0ae6daf8342d8a07d33bf6677ce9a228530defac (patch)
tree11e06c8535944fa24ba9ee9f8fba8e6d42380a0b /etc/rc.bootup
parent298e5e0ab913f32759805b5dc5ba204eb3795609 (diff)
downloadpfsense-0ae6daf8342d8a07d33bf6677ce9a228530defac.zip
pfsense-0ae6daf8342d8a07d33bf6677ce9a228530defac.tar.gz
Use the new events mechanisms to dispatch events.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 38310b4..3e5647b 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -305,7 +305,7 @@ services_dnsmasq_configure();
system_dhcpleases_configure();
/* start dyndns service */
-@touch("{$g['tmp_path']}/update_dyndns");
+send_event("service reload dyndnsall");
/* start DHCP relay */
services_dhcrelay_configure();
OpenPOWER on IntegriCloud