From 05a33d4950260a94595ac079def7a8a040e64715 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 30 May 2006 20:16:23 +0000 Subject: [PATCH] Create /usr/share/shorewall/configfiles -- take 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3966 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index e5261f7fa..132bfd10f 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -532,7 +532,7 @@ echo "Default config path file installed as ${PREFIX}/usr/share/shorewall/config # # Install the init file # -echo "Init file installed as ${PREFIX}/usr/share/shorewall/configfiles/init" +run_install $OWNERSHIP -m 0600 init ${PREFIX}/usr/share/shorewall/configfiles/init if [ ! -f ${PREFIX}/etc/shorewall/init ]; then run_install $OWNERSHIP -m 0600 init ${PREFIX}/etc/shorewall/init