summaryrefslogtreecommitdiff
path: root/security/openvpn-devel/files/patch-selftest-ports
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-04 14:40:36 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-04 14:40:36 +0000
commit30101532c728698766a6dcf07dc0b31afe01e250 (patch)
tree9bb06fb28d804dfcb723496883d5e81fb2dcbc0a /security/openvpn-devel/files/patch-selftest-ports
parentUpdate to 2.4.0beta7. (diff)
- Fix build on pointyhat if openvpn and openvpn-devel are built at the
same time. Rearrange the ports used in self-test to different ones. PR: ports/111207 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer)
Notes
Notes: svn path=/head/; revision=189190
Diffstat (limited to '')
-rw-r--r--security/openvpn-devel/files/patch-selftest-ports26
1 files changed, 26 insertions, 0 deletions
diff --git a/security/openvpn-devel/files/patch-selftest-ports b/security/openvpn-devel/files/patch-selftest-ports
new file mode 100644
index 000000000000..5e195261eecb
--- /dev/null
+++ b/security/openvpn-devel/files/patch-selftest-ports
@@ -0,0 +1,26 @@
+--- sample-config-files/loopback-client.orig Mon Oct 16 00:30:20 2006
++++ sample-config-files/loopback-client Wed Apr 4 00:51:31 2007
+@@ -9,8 +9,8 @@
+ # ./openvpn --config sample-config-files/loopback-client (In one window)
+ # ./openvpn --config sample-config-files/loopback-server (Simultaneously in another window)
+
+-rport 16000
+-lport 16001
++rport 16100
++lport 16101
+ remote localhost
+ local localhost
+ dev null
+--- sample-config-files/loopback-server.orig Mon Oct 16 00:30:20 2006
++++ sample-config-files/loopback-server Wed Apr 4 00:51:31 2007
+@@ -9,8 +9,8 @@
+ # ./openvpn --config sample-config-files/loopback-client (In one window)
+ # ./openvpn --config sample-config-files/loopback-server (Simultaneously in another window)
+
+-rport 16001
+-lport 16000
++rport 16101
++lport 16100
+ remote localhost
+ local localhost
+ dev null