summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-11-07 06:28:47 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-11-07 06:28:47 +0000
commita8d8d5feb7d6a321cab663b29dd987d43ad58ace (patch)
treedd905c88a5ef065a8fffce75c6888699434c231b /etc
parent5e3b419ec3a88b566f595f6e1bed63160a4dbdb3 (diff)
downloadpfsense-a8d8d5feb7d6a321cab663b29dd987d43ad58ace.zip
pfsense-a8d8d5feb7d6a321cab663b29dd987d43ad58ace.tar.gz
Mute killall output
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index f7bb2e8..94986f3 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -42,7 +42,7 @@ function setup_gateways_monitor() {
/* kill apinger process */
if(is_process_running("apinger"))
- exec("/usr/bin/killall apinger");
+ mwexec("/usr/bin/killall apinger", true);
$fd = fopen("{$g['varetc_path']}/apinger.conf", "w");
$apingerconfig = <<<EOD
OpenPOWER on IntegriCloud