From 5c2a7ea94eccdac906a5472ebb4966a4ed1d0cb9 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Wed, 2 Jan 2013 15:33:59 +0100 Subject: remove references to pluto. * debian/ipsec.secrets.proto: remove reference to pluto. * debian/strongswan-starter.* remove references to pluto. --- debian/strongswan-starter.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/strongswan-starter.postinst') diff --git a/debian/strongswan-starter.postinst b/debian/strongswan-starter.postinst index 52e895a88..9e4d7b10e 100644 --- a/debian/strongswan-starter.postinst +++ b/debian/strongswan-starter.postinst @@ -79,7 +79,7 @@ enable_daemon_start() { daemon=$1 protocol=$2 - echo -n "Enabling ${protocol} support by pluto ... " + echo -n "Enabling ${protocol} support by ${daemon}... " if [ -e $CONF_FILE ] && egrep -q "^\w+${daemon}start=yes\w*$" $CONF_FILE; then echo "already enabled" elif [ -e $CONF_FILE ] && egrep -q "^\w+${daemon}start=no\w*$" $CONF_FILE; then @@ -103,7 +103,7 @@ disable_daemon_start() { daemon=$1 protocol=$2 - echo -n "Disabling ${protocol} support by pluto ... " + echo -n "Disabling ${protocol} support by ${daemon}... " if [ -e $CONF_FILE ] && ( egrep -q "^\w+${daemon}start=no\w*$" $CONF_FILE || egrep -q "^\w+#\w*${daemon}start=(yes|no)\w*$" $CONF_FILE ); then echo "already disabled" -- cgit v1.2.3