aboutsummaryrefslogtreecommitdiff
path: root/security/openvpn
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-07-20 20:37:43 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-07-20 20:37:43 +0000
commit5271ccc4c33b7fe9d8ef5b9efaa63dd289e1adbb (patch)
treeff1af9926e32fd5e0eb7f975e9f2de33e06f581c /security/openvpn
parent8608a198bcbc64751e45a2fb3cca87db38fd0b27 (diff)
downloadports-5271ccc4c33b7fe9d8ef5b9efaa63dd289e1adbb.tar.gz
ports-5271ccc4c33b7fe9d8ef5b9efaa63dd289e1adbb.zip
Avoid jamming the build if the jail is without address, skip self-test.
Notes
Notes: svn path=/head/; revision=278038
Diffstat (limited to 'security/openvpn')
-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
+ ;;