Date: Tue, 16 Aug 2011 22:33:30 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openvpn/files patch-t_cltsrv.sh Message-ID: <201108162233.p7GMXU8x014268@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mandree 2011-08-16 22:33:30 UTC FreeBSD ports repository Modified files: security/openvpn/files patch-t_cltsrv.sh Log: Fix skipping t_cltsrv when IP missing. Really this time. Cause was a trap "... ; exit 1" 0 shell construct that needs to be cancelled for the exit 77 to take effect. trap 0 inserted to that end. Revision Changes Path 1.3 +4 -3 ports/security/openvpn/files/patch-t_cltsrv.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108162233.p7GMXU8x014268>