summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-06-22 17:11:38 -0400
committerChris Buechler <cmb@pfsense.org>2009-06-22 17:11:38 -0400
commitc8c4c1d022b57d7d4b0d515dedd0ccff6603c5d9 (patch)
tree7fb7093cce1ae06b9b342ef0c0c9be16b901ece6 /etc/rc.bootup
parent854a64d1075d6c366f88fde7770455d91cd20e4a (diff)
downloadpfsense-c8c4c1d022b57d7d4b0d515dedd0ccff6603c5d9.zip
pfsense-c8c4c1d022b57d7d4b0d515dedd0ccff6603c5d9.tar.gz
remove watchdog
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 61c3f50..653e29a 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -346,9 +346,6 @@ function rescue_detect_keypress() {
include_once("/usr/local/pkg/routed/routed.inc");
setup_routed();
- /* enable watchdog if supported */
- enable_watchdog();
-
/* if <system><afterbootupshellcmd> exists, execute the command */
if($config['system']['afterbootupshellcmd'] <> "")
mwexec($config['system']['afterbootupshellcmd']);
OpenPOWER on IntegriCloud