]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Disable vpn-watch.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Jul 2012 13:44:17 +0000 (15:44 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Jul 2012 13:44:17 +0000 (15:44 +0200)
config/rootfiles/core/strongswan/filelists/files
src/scripts/vpn-watch

index 409e5fe8ac4e0442392c03e5efbd9d5d44e33c72..8df0b5d0bce3eb25374602e06d90a458f62b5d98 100644 (file)
@@ -1,2 +1,3 @@
 etc/system-release
 etc/issue
+usr/local/bin/vpn-watch
index 7eae873cea81f1820920a058cdd85a895f265dac..c32dc3c06b41b92fd24b6059534ca34950458b80 100755 (executable)
@@ -7,6 +7,11 @@
 #                                                #
 ##################################################
 
+# XXX The vpn-watch daemon is disabled, because
+# apparently, it is not needed anymore after
+# strongswan has abandoned pluto.
+exit(0);
+
 use strict;
 
 require '/var/ipfire/general-functions.pl';