This patch add ability to run several instances of the openvpn to the startup script. In my situation I use openvpn via UDP mainly but some of my collegs can use TCP only so I have to run second instance of the openvpn.
State Changed From-To: open->feedback Awaiting maintainers feedback
Responsible Changed From-To: freebsd-ports-bugs->vd I will take it. This would be a great feature, missed for a long time.
I suggest a little modification to the patch that saves some typing in rc.conf. You only have to add openvpn_profiles="default tcp" and name your second config /usr/local/etc/openvpn/tcp.conf -- With best regards, Gleb Kozyrev.
And please consider modifying the same way the security/openvpn-devel port. -- With best regards, Gleb Kozyrev.
Sending the attachment again. Hope it works now...
Here is the patch proposed by Gleb. -- Vasil Dimov gro.DSBeerF@dv % Sometimes I really think people ought to have to pass a proper exam before they're allowed to be parents. Not just the practical, I mean. -- (Terry Pratchett, Thief of Time)
vd 2007-02-23 08:38:53 UTC FreeBSD ports repository Modified files: security/openvpn Makefile security/openvpn/files openvpn.sh.in Log: * Add support for running multiple instances of openvpn to the startup script Inspired by [1] * Bump PORTREVISION * Update the comment which says not to send notices about 2.0.8 to 2.0.9 since 2.0.9 also introduces only Windows changes. Remove maintainer's name from this comment since he did not explicitly state this. PR: ports/108371 [1] Submitted by: Denis Shaposhnikov <dsh@vlink.ru>, Gleb Kozyrev <gkozyrev@gmail.com> [1] Approved by: matthias.andree@gmx.de (maintainer timeout, 28 days) Revision Changes Path 1.32 +3 -3 ports/security/openvpn/Makefile 1.5 +37 -18 ports/security/openvpn/files/openvpn.sh.in _______________________________________________ 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: feedback->closed I committed a patch that achieves the same goals but using slightly different approach. Thanks!