From e6bd0de9d02de30e3e6ea2e77fc16e9da867964a Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 10 Dec 2008 17:40:42 +0000 Subject: [PATCH] Fix Shorewall6-lite installer git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8970 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall6-lite/install.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index e0afc793c..351cef34c 100755 --- a/Shorewall6-lite/install.sh +++ b/Shorewall6-lite/install.sh @@ -333,23 +333,23 @@ echo "Modules file installed as ${PREFIX}/usr/share/shorewall6-lite/modules" # Install the Man Pages # -cd manpages +#cd manpages -for f in *.5; do - gzip -c $f > $f.gz - run_install -D -m 644 $f.gz ${PREFIX}/usr/share/man/man5/$f.gz - echo "Man page $f.gz installed to /usr/share/man/man5/$f.gz" -done +#for f in *.5; do +# gzip -c $f > $f.gz +# run_install -D -m 644 $f.gz ${PREFIX}/usr/share/man/man5/$f.gz +# echo "Man page $f.gz installed to /usr/share/man/man5/$f.gz" +#done -for f in *.8; do - gzip -c $f > $f.gz - run_install -D -m 644 $f.gz ${PREFIX}/usr/share/man/man8/$f.gz - echo "Man page $f.gz installed to /usr/share/man/man8/$f.gz" -done +#for f in *.8; do +# gzip -c $f > $f.gz +# run_install -D -m 644 $f.gz ${PREFIX}/usr/share/man/man8/$f.gz +# echo "Man page $f.gz installed to /usr/share/man/man8/$f.gz" +#done -cd .. +#cd .. -echo "Man Pages Installed" +#echo "Man Pages Installed" # # Create the version file