summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-06-06 18:12:52 +0000
committerErmal <eri@pfsense.org>2011-06-06 18:12:52 +0000
commit4e19284675cafa8c81ed86e86e9554e4b80d6ecb (patch)
tree12e4ec7e33679e9cda9af207e048f13b660002a4 /etc/rc.bootup
parentf6bf0661e176db8199a75ac4d842a090b3f95569 (diff)
downloadpfsense-4e19284675cafa8c81ed86e86e9554e4b80d6ecb.zip
pfsense-4e19284675cafa8c81ed86e86e9554e4b80d6ecb.tar.gz
Correct event calling during bootup for rc.newipsecdns and also convert the command executed during an ipsec even to go through check_reload_status which will prevent races on calling rc.newipsecdns. Which might lead to many filterdns processes.
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 1b71d00..2f0c2cd 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -322,7 +322,7 @@ system_do_shell_commands();
/* start IPsec tunnels */
vpn_ipsec_configure();
/* Reload dynamic hostname tunnels after bootup finishes */
-send_event("reload ipsecdns");
+send_event("service reload ipsecdns");
/* start SNMP service */
services_snmpd_configure();
OpenPOWER on IntegriCloud