From 54e5980238c5fcee13a8c92ef9c2ad0e2d001005 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 1 Feb 2004 23:21:10 +0000 Subject: [PATCH] More Debian stuff git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1116 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Shorewall2/install.sh b/Shorewall2/install.sh index b00fa2dc8..9831e8552 100755 --- a/Shorewall2/install.sh +++ b/Shorewall2/install.sh @@ -211,7 +211,11 @@ echo "Shorewall2 control program installed in ${PREFIX}/sbin/shorewall2" # # Install the Firewall Script # -install_file_with_backup init.sh ${PREFIX}${DEST}/$FIREWALL 0544 +if [ -n "$DEBIAN" ]; then + install_file_with_backup init.debian.sh /etc/init.d/shorewall2 +else + install_file_with_backup init.sh ${PREFIX}${DEST}/$FIREWALL 0544 +fi echo echo "Shorewall script installed in ${PREFIX}${DEST}/$FIREWALL"