shorewall:
[openwrt/svn-archive/archive.git] / net / shorewall / patches / 100-no_man.patch
1 Index: shorewall-3.4.6/install.sh
2 ===================================================================
3 --- shorewall-3.4.6.orig/install.sh 2007-09-04 21:51:24.000000000 +0200
4 +++ shorewall-3.4.6/install.sh 2007-09-04 21:51:24.000000000 +0200
5 @@ -676,28 +676,6 @@
6 fi
7
8 #
9 -# Install the Man Pages
10 -#
11 -
12 -cd manpages
13 -
14 -for f in *.5; do
15 - gzip -c $f > $f.gz
16 - run_install -D -m 0444 $f.gz ${PREFIX}/usr/share/man/man5/$f.gz
17 - echo "Man page $f.gz installed to /usr/share/man/man5/$f.gz"
18 -done
19 -
20 -for f in *.8; do
21 - gzip -c $f > $f.gz
22 - run_install -D -m 0444 $f.gz ${PREFIX}/usr/share/man/man8/$f.gz
23 - echo "Man page $f.gz installed to /usr/share/man/man8/$f.gz"
24 -done
25 -
26 -cd ..
27 -
28 -echo "Man Pages Installed"
29 -
30 -#
31 # Install the firewall script
32 #
33 install_file firewall ${PREFIX}/usr/share/shorewall/firewall 0555