From 6165a50e4956757e4abf9e42583ae0ddb93450dc Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sun, 21 Feb 2010 16:35:21 -0800 Subject: [PATCH] Apply debian init script change to the other packages Signed-off-by: Tom Eastep --- Shorewall-lite/init.debian.sh | 1 + Shorewall6-lite/init.debian.sh | 1 + Shorewall6/init.debian.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/Shorewall-lite/init.debian.sh b/Shorewall-lite/init.debian.sh index 9bd387d32..81ea45a82 100755 --- a/Shorewall-lite/init.debian.sh +++ b/Shorewall-lite/init.debian.sh @@ -42,6 +42,7 @@ echo_notdone () { echo "not done (check $INITLOG)." fi + exit 1 } not_configured () { diff --git a/Shorewall6-lite/init.debian.sh b/Shorewall6-lite/init.debian.sh index fb1e394cf..972316f82 100755 --- a/Shorewall6-lite/init.debian.sh +++ b/Shorewall6-lite/init.debian.sh @@ -42,6 +42,7 @@ echo_notdone () { echo "not done (check $INITLOG)." fi + exit 1 } not_configured () { diff --git a/Shorewall6/init.debian.sh b/Shorewall6/init.debian.sh index a5aae1add..cd26a4014 100755 --- a/Shorewall6/init.debian.sh +++ b/Shorewall6/init.debian.sh @@ -38,6 +38,7 @@ echo_notdone () { echo "not done (check $INITLOG)." fi + exit 1 } not_configured () {