scripts in easy-rsa use /bin/bash instead off /bin/sh, this patch fix this. openvpn-devel is not affected, here /bin/sh is used.
Responsible Changed From-To: freebsd-ports-bugs->mandree Over to maintainer (via the GNATS Auto Assign Tool)
Hi Olli, Thanks for your submission. I will commit a different patch instead (attached). - actually also fix the one remaining bashism (source ./vars => . ./vars) - only deal with the easy-rsa/?.0 (1.0 and 2.0) directories, but leave Windows alone - use find ... -exec ... '{}' + form rather than ... '{}' \; (more efficient, fewer sed invocations) Best regards Matthias
I've made an upstream patch (against the OpenVPN 2.1 branch in SVN) to openvpn-devel@ for inclusion.
mandree 2010-06-05 14:12:29 UTC FreeBSD ports repository Modified files: security/openvpn Makefile Log: Fix bashisms (source FILE -> . FILE) replace shebang-lines /bin/bash -> /bin/sh bump portrevision (changed files) based on: PR: ports/147472 Submitted by: Olli Hauer <ohauer@gmx.de> Approved by: miwi (mentor) Revision Changes Path 1.42 +4 -0 ports/security/openvpn/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!