From b62c8406d7a2c00bffba193b812ca28249b33bb3 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 19 Jun 2006 20:31:52 +0000 Subject: [PATCH] Mirror Paul's .spec patch in the installer git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4146 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 4440153e3..f1e342651 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -298,7 +298,7 @@ echo "Compiler installed in ${PREFIX}/usr/share/shorewall/compiler" # Install the Help file # -install_file help ${PREFIX}/usr/share/shorewall/help 0544 +install_file help ${PREFIX}/usr/share/shorewall/help 0555 echo "Help command executor installed in ${PREFIX}/usr/share/shorewall/help" @@ -666,7 +666,7 @@ fi # # Install the firewall script # -install_file firewall ${PREFIX}/usr/share/shorewall/firewall 0544 +install_file firewall ${PREFIX}/usr/share/shorewall/firewall 0555 if [ -z "$PREFIX" -a -n "$first_install" ]; then if [ -n "$DEBIAN" ]; then