From b871af81ed08222d92d98a8e7576b3f7386d5e92 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 15 Jul 2012 15:44:17 +0200 Subject: [PATCH] Disable vpn-watch. --- config/rootfiles/core/strongswan/filelists/files | 1 + src/scripts/vpn-watch | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/config/rootfiles/core/strongswan/filelists/files b/config/rootfiles/core/strongswan/filelists/files index 409e5fe8ac..8df0b5d0bc 100644 --- a/config/rootfiles/core/strongswan/filelists/files +++ b/config/rootfiles/core/strongswan/filelists/files @@ -1,2 +1,3 @@ etc/system-release etc/issue +usr/local/bin/vpn-watch diff --git a/src/scripts/vpn-watch b/src/scripts/vpn-watch index 7eae873cea..c32dc3c06b 100755 --- a/src/scripts/vpn-watch +++ b/src/scripts/vpn-watch @@ -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'; -- 2.39.5