X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=net%2Fshorewall%2Fpatches%2F100-no_man.patch;h=0a2fabd9cdc1b0fe6e518994e4f4eb8bde0a38df;hb=ea662a790cdbf780e275dee80d36b68f06e823d2;hp=298112d056c3ca7a609a2982bd0bf49c5cdb64dd;hpb=a1a540707e515168a9980a87b8b824c1cc836648;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/shorewall/patches/100-no_man.patch b/net/shorewall/patches/100-no_man.patch index 298112d056..0a2fabd9cd 100644 --- a/net/shorewall/patches/100-no_man.patch +++ b/net/shorewall/patches/100-no_man.patch @@ -1,22 +1,24 @@ -diff -ruN shorewall-3.4.3/install.sh shorewall-3.4.3.new/install.sh ---- shorewall-3.4.3/install.sh 2007-04-17 19:16:56.000000000 +0200 -+++ shorewall-3.4.3.new/install.sh 2007-08-01 16:21:24.000000000 +0200 -@@ -677,26 +677,6 @@ - # Install the Man Pages - # +Index: shorewall-3.4.6/install.sh +=================================================================== +--- shorewall-3.4.6.orig/install.sh 2007-09-04 21:51:24.000000000 +0200 ++++ shorewall-3.4.6/install.sh 2007-09-04 21:51:24.000000000 +0200 +@@ -676,28 +676,6 @@ + fi --cd manpages + # +-# Install the Man Pages +-# - --rm -f *.gz +-cd manpages - -for f in *.5; do -- gzip $f +- gzip -c $f > $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 +- gzip -c $f > $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 @@ -25,6 +27,7 @@ diff -ruN shorewall-3.4.3/install.sh shorewall-3.4.3.new/install.sh - -echo "Man Pages Installed" - - # +-# # Install the firewall script # + install_file firewall ${PREFIX}/usr/share/shorewall/firewall 0555