Fix file mode of man pages

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5127 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-12-14 23:05:59 +00:00
parent c2f57e5614
commit 134ade3c41
2 changed files with 4 additions and 2 deletions

View File

@ -678,13 +678,13 @@ cd manpages
for f in *.5; do
gzip $f
run_install -D $f.gz ${PREFIX}/usr/share/man/man5/$f.gz
run_install -D -m 0444 $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 $f
run_install -D $f.gz ${PREFIX}/usr/share/man/man8/$f.gz
run_install -D -m 0444 $f.gz ${PREFIX}/usr/share/man/man8/$f.gz
echo "Man page $f.gz installed to /usr/share/man/man8/$f.gz"
done

View File

@ -601,6 +601,8 @@ New Features:
shorewall-actions(5)
shorewall-blacklist(5)
shorewall.conf(5)
shorewall-ecn(5)
shorewall-exclusion(5)
shorewall-hosts(5)
shorewall-interfaces(5)
shorewall-lite(8)