summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-11-26 21:26:51 +0000
committerErmal <eri@pfsense.org>2010-11-26 21:26:51 +0000
commitadc96206c6b0aedbcf1ee515765e07fb0595b902 (patch)
treeaeab0bde954d1ad669895cf791243282a6691955 /etc/inc/gwlb.inc
parent9a7f6731882c850a142bc082ebdfa3a7c321a3de (diff)
downloadpfsense-adc96206c6b0aedbcf1ee515765e07fb0595b902.zip
pfsense-adc96206c6b0aedbcf1ee515765e07fb0595b902.tar.gz
Remove temporary hack which spams console during boot.
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 8f7f381..ee2a2b1 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -41,8 +41,6 @@ function setup_gateways_monitor() {
if (!is_array($gateways_arr)) {
log_error("No gateways to monitor. Apinger will not be run.");
killbypid("{$g['varrun_path']}/apinger.pid");
- // TEMPORARY XXX
- exec("/usr/bin/killall -9 apinger");
@unlink("{$g['tmp_path']}/apinger.status");
return;
}
OpenPOWER on IntegriCloud