From 69910840fd4aeb15b626b9378a2946338542ad3b Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 7 Apr 2007 17:49:15 +0000 Subject: [PATCH] delete prog.* installation from install.sh git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5846 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/install.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Shorewall-common/install.sh b/Shorewall-common/install.sh index 48ef5d7df..320f4f56e 100755 --- a/Shorewall-common/install.sh +++ b/Shorewall-common/install.sh @@ -658,13 +658,6 @@ done # ln -sf lib.base ${PREFIX}/usr/share/shorewall/functions # -# Install the program skeleton files -# -for f in prog.* ; do - install_file $f ${PREFIX}/usr/share/shorewall/$f 0644 - echo "Program skeleton file ${f#*.} installed as ${PREFIX}/usr/share/shorewall/$f" -done -# # Create the version file # echo "$VERSION" > ${PREFIX}/usr/share/shorewall/version