summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-06-22 16:03:28 +0000
committerErmal <eri@pfsense.org>2010-06-22 16:03:28 +0000
commit6bd0fc103c45fb948d9456357e9146e82e34baba (patch)
tree0596115f96cdc2616409c7ee0a9976c326ac7166 /etc
parente879fc815effb1477ba13f2dfc2aed4b8f2d40be (diff)
downloadpfsense-6bd0fc103c45fb948d9456357e9146e82e34baba.zip
pfsense-6bd0fc103c45fb948d9456357e9146e82e34baba.tar.gz
Actually apinger can be reloaded and this is not doing its job apparently.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/gwlb.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 5a328d2..94ddd17 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -49,9 +49,6 @@ function setup_gateways_monitor() {
$a_settings['losslow'] = "10";
$a_settings['losshigh'] = "20";
- /* kill apinger process */
- if(is_process_running("apinger"))
- mwexec("/usr/bin/killall apinger", true);
$fd = fopen("{$g['varetc_path']}/apinger.conf", "w");
$apingerconfig = <<<EOD
OpenPOWER on IntegriCloud