From 6e2efbe1f6d5d5fb99754847bff75524bb9494b4 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 9 Jun 2006 21:36:27 +0000 Subject: [PATCH] Some more fixups for Shorewall/Shorewall-lite coexistence git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4048 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-lite/init.debian.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Shorewall-lite/init.debian.sh b/Shorewall-lite/init.debian.sh index 232736a47..f7e8eef77 100755 --- a/Shorewall-lite/init.debian.sh +++ b/Shorewall-lite/init.debian.sh @@ -35,9 +35,9 @@ not_configured () { if [ "$1" != "stop" ] then echo "" - echo "please configure it and then edit /etc/default/shorewall" + echo "please configure it and then edit /etc/default/shorewall-lite" echo "and set the \"startup\" variable to 1 in order to allow " - echo "shorewall to start" + echo "Shorewall Lite to start" fi echo "#################" exit 0 @@ -51,9 +51,9 @@ then fi # check if shorewall is configured or not -if [ -f "/etc/default/shorewall" ] +if [ -f "/etc/default/shorewall-lite" ] then - . /etc/default/shorewall + . /etc/default/shorewall-lite if [ "$startup" != "1" ] then not_configured