From dcae0a3935e93bc0b0ac9804a98b79b6c71a7c4b Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 2 Dec 2014 15:02:41 +0100 Subject: [PATCH] updown: Inverse comment of VPN_LOGGING variable, as it is enabled by default Fixes #780. --- src/_updown/_updown.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_updown/_updown.in b/src/_updown/_updown.in index 532bd24377..4f0a5d44a3 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: -- 2.47.2