aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-08-16 22:33:30 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-08-16 22:33:30 +0000
commitaf6239f488423daa2927cd5ae9fecfa1f3735bd4 (patch)
tree308801be55ccf20fec2e1b85bd137f3f77fb1884 /security/openvpn
parent22ecdf43567ac81fcdbd7c3994c28ccbf35ab194 (diff)
downloadports-af6239f488423daa2927cd5ae9fecfa1f3735bd4.tar.gz
ports-af6239f488423daa2927cd5ae9fecfa1f3735bd4.zip
Notes
Diffstat (limited to 'security/openvpn')
-rw-r--r--security/openvpn/files/patch-t_cltsrv.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/openvpn/files/patch-t_cltsrv.sh b/security/openvpn/files/patch-t_cltsrv.sh
index 388450ba80dc..fbb05b3bd162 100644
--- a/security/openvpn/files/patch-t_cltsrv.sh
+++ b/security/openvpn/files/patch-t_cltsrv.sh
@@ -1,6 +1,6 @@
--- ./t_cltsrv.sh.orig 2011-05-16 14:21:55.000000000 +0200
-+++ ./t_cltsrv.sh 2011-08-07 20:03:27.000000000 +0200
-@@ -26,14 +26,13 @@
++++ ./t_cltsrv.sh 2011-08-17 00:25:49.000000000 +0200
+@@ -26,14 +26,14 @@
FreeBSD)
# FreeBSD jails map the outgoing IP to the jail IP - we need to
# allow the real IP unless we want the test to run forever.
@@ -11,9 +11,10 @@
if test "x`ifconfig | grep inet`" = x ; then
echo "###"
- echo "### To run the test in a FreeBSD jail, you MUST add an IP alias for the jail's IP."
-+ echo "### To run this test, it needs an IPv4 address. Skipping."
++ echo "### To run this test, it needs an inet/IP address. Skipping."
echo "###"
- exit 1
++ trap 0
+ exit 77
fi
fi