diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-28 20:48:02 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-28 20:48:02 +0000 |
commit | fd5f106675904bde489407cec304faa300965c5b (patch) | |
tree | 2fbed0189c7e799ce9a207ee04cf29014c13c6fb /etc | |
parent | 6dd3c07d1d53a69cd44949de2dcebbf14433db77 (diff) | |
download | pfsense-fd5f106675904bde489407cec304faa300965c5b.zip pfsense-fd5f106675904bde489407cec304faa300965c5b.tar.gz |
Do not spew sasyncd output to web browser.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/vpn.inc | 2 |
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() { |