Date: Sun, 25 Feb 2007 19:42:55 +0000 (UTC) From: Vasil Dimov <vd@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openvpn Makefile ports/security/openvpn/files openvpn.sh.in Message-ID: <200702251942.l1PJgtFb026693@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
vd 2007-02-25 19:42:55 UTC FreeBSD ports repository Modified files: security/openvpn Makefile security/openvpn/files openvpn.sh.in Log: Fix a bug I introduced with last commit which resulted in openvpn not being started during boot. The reason for this is that at boot $0 is not /usr/local/etc/rc.d/openvpn but /etc/rc. The fix is a bit hackish because it retrieves the script name from $_file - variable used in run_rc_script(). Reported by: bazzoola <bazzoola@gmail.com> Revision Changes Path 1.33 +1 -1 ports/security/openvpn/Makefile 1.7 +12 -2 ports/security/openvpn/files/openvpn.sh.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702251942.l1PJgtFb026693>