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