summaryrefslogtreecommitdiff
path: root/debian/strongswan-starter.postinst
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2013-01-02 15:33:59 +0100
committerYves-Alexis Perez <corsac@debian.org>2013-01-02 15:33:59 +0100
commit5c2a7ea94eccdac906a5472ebb4966a4ed1d0cb9 (patch)
tree188fa2ed01ec5dcbabd0afaaf2ff8a8c96e748e3 /debian/strongswan-starter.postinst
parent490b8469adf6ec0c742b4b36a6819cb87ff0c7b6 (diff)
downloadvyos-strongswan-5c2a7ea94eccdac906a5472ebb4966a4ed1d0cb9.tar.gz
vyos-strongswan-5c2a7ea94eccdac906a5472ebb4966a4ed1d0cb9.zip
remove references to pluto.
* debian/ipsec.secrets.proto: remove reference to pluto. * debian/strongswan-starter.* remove references to pluto.
Diffstat (limited to 'debian/strongswan-starter.postinst')
-rw-r--r--debian/strongswan-starter.postinst4
1 files changed, 2 insertions, 2 deletions
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"