forked from extern/shorewall_code
More Debian stuff
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1116 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
86109ad65e
commit
54e5980238
@ -211,7 +211,11 @@ echo "Shorewall2 control program installed in ${PREFIX}/sbin/shorewall2"
|
|||||||
#
|
#
|
||||||
# Install the Firewall Script
|
# 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
|
||||||
echo "Shorewall script installed in ${PREFIX}${DEST}/$FIREWALL"
|
echo "Shorewall script installed in ${PREFIX}${DEST}/$FIREWALL"
|
||||||
|
Loading…
Reference in New Issue
Block a user