summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-17 22:15:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-17 22:15:46 +0000
commitb0eeb07113e89351fce4172e66e44a021bb3f50c (patch)
tree6a4082eb18360a9eb34e442a3e2ae8d873531bdb /etc
parent54db058eec6cf524fb46bbafbf2798d0bbaf71d4 (diff)
downloadpfsense-b0eeb07113e89351fce4172e66e44a021bb3f50c.zip
pfsense-b0eeb07113e89351fce4172e66e44a021bb3f50c.tar.gz
Nuke racoon_watch.sh
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index c8f0125..8a8bdee 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -328,13 +328,10 @@
upnp_start();
- if (isset($config['ipsec']['enable']) || isset($config['mobileclients']['enable']))
- mwexec_bg("/usr/local/sbin/racoon_watch.sh");
-
mwexec_bg("/usr/sbin/update_dns_cache.sh");
/* done */
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud