From cd2172e7e4218b8cb34f862f2cc9a17be2024e1d Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 4 Mar 2009 22:52:05 +0000 Subject: [PATCH] Put all Perl components in a common directory -- Phase IV git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9598 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/install.sh | 4 ++-- Shorewall/{shorewall.sh => shorewall} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename Shorewall/{shorewall.sh => shorewall} (100%) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 479362203..90e82350a 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -195,10 +195,10 @@ else fi if [ -z "$CYGWIN" ]; then - install_file shorewall.sh ${PREFIX}/sbin/shorewall 0755 + install_file shorewall ${PREFIX}/sbin/shorewall 0755 echo "shorewall control program installed in ${PREFIX}/sbin/shorewall" else - install_file shorewall.sh ${PREFIX}/bin/shorewall 0755 + install_file shorewall ${PREFIX}/bin/shorewall 0755 echo "shorewall control program installed in ${PREFIX}/bin/shorewall" fi diff --git a/Shorewall/shorewall.sh b/Shorewall/shorewall similarity index 100% rename from Shorewall/shorewall.sh rename to Shorewall/shorewall