summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjarke Istrup Pedersen <gurligebis@gentoo.org>2012-02-12 11:59:19 +0000
committerBjarke Istrup Pedersen <gurligebis@gentoo.org>2012-02-12 11:59:19 +0000
commit06d887abeec3064d0734939fe14c8916dca71f97 (patch)
tree1fb83b88c06c07f17b6c7cc20b7efa40d0d11103 /net-misc/miniupnpd/files
parentAdd locale patches, bug 302633 (diff)
downloadgentoo-2-06d887abeec3064d0734939fe14c8916dca71f97.tar.gz
gentoo-2-06d887abeec3064d0734939fe14c8916dca71f97.tar.bz2
gentoo-2-06d887abeec3064d0734939fe14c8916dca71f97.zip
Bumping to 1.7_pre20120207
(Portage version: 2.2.0_alpha85/cvs/Linux i686)
Diffstat (limited to 'net-misc/miniupnpd/files')
-rw-r--r--net-misc/miniupnpd/files/miniupnpd-nettools_newoutput.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-misc/miniupnpd/files/miniupnpd-nettools_newoutput.patch b/net-misc/miniupnpd/files/miniupnpd-nettools_newoutput.patch
deleted file mode 100644
index 42e7f167a42d..000000000000
--- a/net-misc/miniupnpd/files/miniupnpd-nettools_newoutput.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -aurp netfilter/iptables_init_and_clean.sh netfilter/iptables_init_and_clean.sh
---- netfilter/iptables_init_and_clean.sh 2011-12-28 14:48:58.207334111 +0000
-+++ netfilter/iptables_init_and_clean.sh 2011-12-28 14:50:31.982327230 +0000
-@@ -5,7 +5,7 @@
-
- EXTIF=eth0
- IPTABLES=/sbin/iptables
--EXTIP="`LC_ALL=C /sbin/ifconfig $EXTIF | grep 'inet addr' | awk '{print $2}' | sed -e 's/.*://'`"
-+EXTIP="`LC_ALL=C /sbin/ifconfig $EXTIF | grep 'inet ' | awk '{print $2}' | sed -e 's/.*://'`"
- NDIRTY="`LC_ALL=C /sbin/iptables -t nat -L -n | grep 'MINIUPNPD' | awk '{printf $1}'`"
- FDIRTY="`LC_ALL=C /sbin/iptables -t filter -L -n | grep 'MINIUPNPD' | awk '{printf $1}'`"
- echo "External IP = $EXTIP"
-diff -aurp netfilter/iptables_init.sh netfilter/iptables_init.sh
---- netfilter/iptables_init.sh 2011-12-28 14:48:58.207334111 +0000
-+++ netfilter/iptables_init.sh 2011-12-28 14:50:41.214329654 +0000
-@@ -4,7 +4,7 @@ IPTABLES=/sbin/iptables
-
- #change this parameters :
- EXTIF=eth0
--EXTIP="`LC_ALL=C /sbin/ifconfig $EXTIF | grep 'inet addr' | awk '{print $2}' | sed -e 's/.*://'`"
-+EXTIP="`LC_ALL=C /sbin/ifconfig $EXTIF | grep 'inet ' | awk '{print $2}' | sed -e 's/.*://'`"
- echo "External IP = $EXTIP"
-
- #adding the MINIUPNPD chain for nat
-diff -aurp netfilter/iptables_removeall.sh netfilter/iptables_removeall.sh
---- netfilter/iptables_removeall.sh 2011-12-28 14:48:58.207334111 +0000
-+++ netfilter/iptables_removeall.sh 2011-12-28 14:50:47.822327499 +0000
-@@ -4,7 +4,7 @@ IPTABLES=/sbin/iptables
-
- #change this parameters :
- EXTIF=eth0
--EXTIP="`LC_ALL=C /sbin/ifconfig $EXTIF | grep 'inet addr' | awk '{print $2}' | sed -e 's/.*://'`"
-+EXTIP="`LC_ALL=C /sbin/ifconfig $EXTIF | grep 'inet ' | awk '{print $2}' | sed -e 's/.*://'`"
-
- #removing the MINIUPNPD chain for nat
- $IPTABLES -t nat -F MINIUPNPD