diff options
author | Martin Willi <martin@revosec.ch> | 2014-12-02 15:02:41 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-12-02 15:02:41 +0100 |
commit | dcae0a3935e93bc0b0ac9804a98b79b6c71a7c4b (patch) | |
tree | 730cdf6c7f92d20fe20af26612cd3dccc2f1a014 /src | |
parent | 32d19652f1781b99ea272f266c03d714772699d0 (diff) | |
download | strongswan-dcae0a3935e93bc0b0ac9804a98b79b6c71a7c4b.tar.bz2 strongswan-dcae0a3935e93bc0b0ac9804a98b79b6c71a7c4b.tar.xz |
updown: Inverse comment of VPN_LOGGING variable, as it is enabled by default
Fixes #780.
Diffstat (limited to 'src')
-rw-r--r-- | src/_updown/_updown.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_updown/_updown.in b/src/_updown/_updown.in index 532bd2437..4f0a5d44a 100644 --- a/src/_updown/_updown.in +++ b/src/_updown/_updown.in @@ -128,7 +128,7 @@ PATH="/sbin:/bin:/usr/sbin:/usr/bin:@sbindir@" export PATH -# uncomment to log VPN connections +# comment to disable logging VPN connections to syslog VPN_LOGGING=1 # # tag put in front of each log entry: |