aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2011-07-21 04:37:43 +0800
committermandree <mandree@FreeBSD.org>2011-07-21 04:37:43 +0800
commit72fa563de556a17a9220cd33eb25cebba8f116ca (patch)
tree3e67972e6ab0237c11ee95d497612a04e684d52e /security
parent3d752bf2656c3d28f4ce42f4c57f0cec6344e539 (diff)
downloadfreebsd-ports-gnome-72fa563de556a17a9220cd33eb25cebba8f116ca.tar.gz
freebsd-ports-gnome-72fa563de556a17a9220cd33eb25cebba8f116ca.tar.zst
freebsd-ports-gnome-72fa563de556a17a9220cd33eb25cebba8f116ca.zip
Avoid jamming the build if the jail is without address, skip self-test.
Diffstat (limited to 'security')
-rw-r--r--security/openvpn/files/patch-t_cltsrv.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openvpn/files/patch-t_cltsrv.sh b/security/openvpn/files/patch-t_cltsrv.sh
new file mode 100644
index 000000000000..c5deea6254de
--- /dev/null
+++ b/security/openvpn/files/patch-t_cltsrv.sh
@@ -0,0 +1,11 @@
+--- ./t_cltsrv.sh.orig 2011-07-20 22:10:38.000000000 +0200
++++ ./t_cltsrv.sh 2011-07-20 22:10:52.000000000 +0200
+@@ -33,7 +33,7 @@
+ echo "###"
+ echo "### To run the test in a FreeBSD jail, you MUST add an IP alias for the jail's IP."
+ echo "###"
+- exit 1
++ exit 77
+ fi
+ fi
+ ;;