diff options
author | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2008-12-07 00:55:52 +0000 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2008-12-07 00:55:52 +0000 |
commit | 962b7e1c56bb1fda136533f9255b55e5766d4c1a (patch) | |
tree | 62cac845c726372203c14275f7e4fb5abd02fb0e /net-misc/miniupnpd | |
parent | Temporarily removing patch (diff) | |
download | historical-962b7e1c56bb1fda136533f9255b55e5766d4c1a.tar.gz historical-962b7e1c56bb1fda136533f9255b55e5766d4c1a.tar.bz2 historical-962b7e1c56bb1fda136533f9255b55e5766d4c1a.zip |
Trying to fix patch
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.27 i686
Diffstat (limited to 'net-misc/miniupnpd')
-rw-r--r-- | net-misc/miniupnpd/files/miniupnpd-20081009-iptables_path.diff | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/net-misc/miniupnpd/files/miniupnpd-20081009-iptables_path.diff b/net-misc/miniupnpd/files/miniupnpd-20081009-iptables_path.diff new file mode 100644 index 000000000000..2b7042d78989 --- /dev/null +++ b/net-misc/miniupnpd/files/miniupnpd-20081009-iptables_path.diff @@ -0,0 +1,44 @@ +diff -aurp old/netfilter/iptables_display.sh new/netfilter/iptables_display.sh +--- old/netfilter/iptables_display.sh 2008-10-27 20:53:09.000000000 +0000 ++++ new/netfilter/iptables_display.sh 2008-10-27 20:53:38.000000000 +0000 +@@ -1,6 +1,6 @@ + #! /bin/sh + # $Id: iptables_display.sh,v 1.3 2006/11/23 12:32:56 nanard Exp $ +-IPTABLES=iptables ++IPTABLES=/sbin/iptables + + #display all chains relative to miniupnpd + $IPTABLES -v -n -t nat -L PREROUTING +diff -aurp old/netfilter/iptables_flush.sh new/netfilter/iptables_flush.sh +--- old/netfilter/iptables_flush.sh 2008-10-27 20:53:09.000000000 +0000 ++++ new/netfilter/iptables_flush.sh 2008-10-27 20:53:46.000000000 +0000 +@@ -1,6 +1,6 @@ + #! /bin/sh + # $Id: iptables_flush.sh,v 1.2 2006/11/23 12:32:57 nanard Exp $ +-IPTABLES=iptables ++IPTABLES=/sbin/iptables + + #flush all rules owned by miniupnpd + $IPTABLES -t nat -F MINIUPNPD +diff -aurp old/netfilter/iptables_init.sh new/netfilter/iptables_init.sh +--- old/netfilter/iptables_init.sh 2008-10-27 20:53:09.000000000 +0000 ++++ new/netfilter/iptables_init.sh 2008-10-27 20:54:39.000000000 +0000 +@@ -1,6 +1,6 @@ + #! /bin/sh + # $Id: iptables_init.sh,v 1.4 2008/04/25 18:15:08 nanard Exp $ +-IPTABLES=iptables ++IPTABLES=/sbin/iptables + + #change this parameters : + EXTIF=eth0 +diff -aurp old/netfilter/iptables_removeall.sh new/netfilter/iptables_removeall.sh +--- old/netfilter/iptables_removeall.sh 2008-10-27 20:53:09.000000000 +0000 ++++ new/netfilter/iptables_removeall.sh 2008-10-27 20:54:48.000000000 +0000 +@@ -1,6 +1,6 @@ + #! /bin/sh + # $Id: iptables_removeall.sh,v 1.4 2008/04/25 18:15:09 nanard Exp $ +-IPTABLES=iptables ++IPTABLES=/sbin/iptables + + #change this parameters : + EXTIF=eth0 |