summaryrefslogtreecommitdiff
path: root/debian/patches/kfreebsd_support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/kfreebsd_support.patch')
-rw-r--r--debian/patches/kfreebsd_support.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/patches/kfreebsd_support.patch b/debian/patches/kfreebsd_support.patch
index 38237f7..e070630 100644
--- a/debian/patches/kfreebsd_support.patch
+++ b/debian/patches/kfreebsd_support.patch
@@ -1,11 +1,11 @@
Description: Improve kFreeBSD support
Author: Gonéri Le Bouder <goneri@rulezlan.org>
Bug-Debian: http://bugs.debian.org/626062
-Index: openvpn-2.2.1/route.c
+Index: openvpn/src/openvpn/route.c
===================================================================
---- openvpn-2.2.1.orig/route.c 2011-12-13 12:24:54.641739154 +0100
-+++ openvpn-2.2.1/route.c 2011-12-13 12:41:46.990083056 +0100
-@@ -1192,7 +1192,7 @@
+--- openvpn.orig/src/openvpn/route.c 2012-11-05 16:29:30.292804798 +0100
++++ openvpn/src/openvpn/route.c 2012-11-05 16:48:38.766499773 +0100
+@@ -1412,7 +1412,7 @@
argv_msg (D_ROUTE, &argv);
status = openvpn_execve_check (&argv, es, 0, "ERROR: Solaris route add command failed");
@@ -14,11 +14,11 @@ Index: openvpn-2.2.1/route.c
argv_printf (&argv, "%s add",
ROUTE_PATH);
-Index: openvpn-2.2.1/tun.c
+Index: openvpn/src/openvpn/tun.c
===================================================================
---- openvpn-2.2.1.orig/tun.c 2011-12-13 12:41:30.078294479 +0100
-+++ openvpn-2.2.1/tun.c 2011-12-13 12:41:46.993083019 +0100
-@@ -1069,7 +1069,7 @@
+--- openvpn.orig/src/openvpn/tun.c 2012-11-05 16:29:30.296804820 +0100
++++ openvpn/src/openvpn/tun.c 2012-11-05 16:48:38.770499790 +0100
+@@ -1097,7 +1097,7 @@
add_route_connected_v6_net(tt, es);
}