diff options
author | Ermal <eri@pfsense.org> | 2010-11-26 21:26:51 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-11-26 21:26:51 +0000 |
commit | adc96206c6b0aedbcf1ee515765e07fb0595b902 (patch) | |
tree | aeab0bde954d1ad669895cf791243282a6691955 /etc/inc/gwlb.inc | |
parent | 9a7f6731882c850a142bc082ebdfa3a7c321a3de (diff) | |
download | pfsense-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.inc | 2 |
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; } |