summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2009-06-22 12:30:53 -0400
committerScott Ullrich <sullrich@gmail.com>2009-06-22 12:30:53 -0400
commit1a479479f397973257592f32c5c7adc8cd088a82 (patch)
treebcec9fb22f7526fe3d625f097250e618f9b6b9fe /etc
parent74c9f9c54d6f41016ee80e3d8f44c99d8dca48b5 (diff)
downloadpfsense-1a479479f397973257592f32c5c7adc8cd088a82.zip
pfsense-1a479479f397973257592f32c5c7adc8cd088a82.tar.gz
Disable watchdogd until we can workaround its brain-dead-eness
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 77082bc..968747e 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1150,6 +1150,7 @@ function system_enable_arp_wrong_if() {
function enable_watchdog() {
global $config;
+ return;
$install_watchdog = false;
$supported_watchdogs = array("Geode");
$file = file_get_contents("/var/log/dmesg.boot");
@@ -1165,4 +1166,4 @@ function enable_watchdog() {
}
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud