summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-28 20:48:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-28 20:48:02 +0000
commitfd5f106675904bde489407cec304faa300965c5b (patch)
tree2fbed0189c7e799ce9a207ee04cf29014c13c6fb /etc/inc/vpn.inc
parent6dd3c07d1d53a69cd44949de2dcebbf14433db77 (diff)
downloadpfsense-fd5f106675904bde489407cec304faa300965c5b.zip
pfsense-fd5f106675904bde489407cec304faa300965c5b.tar.gz
Do not spew sasyncd output to web browser.
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 3a1fd6d..685713b 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -63,7 +63,7 @@ function vpn_ipsec_failover_configure() {
chmod("{$g['varetc_path']}/sasyncd.conf", 0600);
/* launch sasyncd, oh wise one */
- mwexec_bg("/usr/local/sbin/sasyncd -d -v -v -v | /usr/bin/logger -t pf -p local0.info");
+ mwexec_bg("/usr/local/sbin/sasyncd -d -v -v -v");
}
function find_last_gif_device() {
OpenPOWER on IntegriCloud