Changeset 3636

Show
Ignore:
Timestamp:
10/24/07 00:03:09 (1 year ago)
Author:
austriancoder
Message:

install man pages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/shorewall-common/patches/patch-install_sh

    r3567 r3636  
    11$FreeWRT$ 
    2 --- shorewall-common-4.0.3.orig/install.sh      2007-08-13 20:41:50.000000000 +0000 
    3 +++ shorewall-common-4.0.3/install.sh   2007-09-03 14:44:41.000000000 +0000 
    4 @@ -198,16 +198,6 @@ if [ -n "$PREFIX" ]; then 
     2--- shorewall-common-4.0.5.orig/install.sh      2007-10-19 16:33:06.000000000 +0000 
     3+++ shorewall-common-4.0.5/install.sh   2007-10-23 23:33:47.000000000 +0000 
     4@@ -183,7 +183,6 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/ 
     5 # 
     6 # Determine where to install the firewall script 
     7 # 
     8-DEBIAN= 
     9  
     10 OWNERSHIP="-o $OWNER -g $GROUP" 
     11  
     12@@ -198,16 +197,6 @@ if [ -n "$PREFIX" ]; then 
    513 else 
    614     [ -x /usr/share/shorewall-shell/compiler -o -x /usr/share/shorewall-perl/compiler.pl ] || \ 
     
    1927  
    2028 # 
    21 @@ -238,14 +228,7 @@ echo "shorewall control program installe 
     29@@ -238,14 +227,7 @@ echo "shorewall control program installe 
    2230 # 
    2331 # Install the Firewall Script 
     
    3543 echo  "Shorewall script installed in ${PREFIX}${DEST}/$INIT" 
    3644  
    37 @@ -272,10 +255,6 @@ if [ ! -f ${PREFIX}/etc/shorewall/shorew 
    38     echo "Config file installed as ${PREFIX}/etc/shorewall/shorewall.conf" 
     45@@ -273,9 +255,6 @@ if [ ! -f ${PREFIX}/etc/shorewall/shorew 
    3946 fi 
    4047  
    41 
     48  
    4249-if [ -n "$ARCHLINUX" ] ; then 
    4350-   sed -e 's!LOGFILE=/var/log/messages!LOGFILE=/var/log/messages.log!' -i ${PREFIX}/etc/shorewall/shorewall.conf 
     
    4653 # Install the zones file 
    4754 # 
    48 @@ -678,69 +657,10 @@ if [ -z "$PREFIX" ]; then 
    49  fi 
    50   
    51  # 
    52 -# Install the Man Pages 
    53 -# 
    54 
    55 -cd manpages 
    56 
    57 -for f in *.5; do 
    58 -    gzip -c $f > $f.gz 
    59 -    run_install -D  -m 0644 $f.gz ${PREFIX}/usr/share/man/man5/$f.gz 
    60 -    echo "Man page $f.gz installed to /usr/share/man/man5/$f.gz" 
    61 -done 
    62 
    63 -for f in *.8; do 
    64 -    gzip -c $f > $f.gz 
    65 -    run_install -D  -m 0644 $f.gz ${PREFIX}/usr/share/man/man8/$f.gz 
    66 -    echo "Man page $f.gz installed to /usr/share/man/man8/$f.gz" 
    67 -done 
    68 
    69 -cd .. 
    70 
    71 -echo "Man Pages Installed" 
    72 
    73 -# 
    74  # Install the firewall script 
     55@@ -704,43 +683,6 @@ echo "Man Pages Installed" 
    7556 # 
    7657 install_file firewall ${PREFIX}/usr/share/shorewall/firewall 0755