summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2008-04-18 06:22:44 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2008-04-18 06:22:44 +0000
commite45b7f3af11f716bdec5d997ebec42fadc67ee82 (patch)
treed8a9c08c2aed67576717f0d4941f5eb8b946a4b9 /net-misc/openvpn/files
parentRemove openoffice-2.3.1 for security bug #218080 (diff)
downloadgentoo-2-e45b7f3af11f716bdec5d997ebec42fadc67ee82.tar.gz
gentoo-2-e45b7f3af11f716bdec5d997ebec42fadc67ee82.tar.bz2
gentoo-2-e45b7f3af11f716bdec5d997ebec42fadc67ee82.zip
Fix tun (again), bug#218129, thanks to Sigmatador
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'net-misc/openvpn/files')
-rw-r--r--net-misc/openvpn/files/openvpn-2.1_rc7-tap.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openvpn/files/openvpn-2.1_rc7-tap.patch b/net-misc/openvpn/files/openvpn-2.1_rc7-tap.patch
index d57273588893..5bd11ad103b2 100644
--- a/net-misc/openvpn/files/openvpn-2.1_rc7-tap.patch
+++ b/net-misc/openvpn/files/openvpn-2.1_rc7-tap.patch
@@ -41,7 +41,7 @@ Index: tun.c
- print_in_addr_t (tt->local, 0, &gc),
- print_in_addr_t (tt->remote_netmask, 0, &gc)
- );
-+ IFCONFIG_PATH " %s addr 0.0.0.0",
++ IFCONFIG_PATH " %s 0.0.0.0",
+ tt->actual_name
+ );
+#endif