aboutsummaryrefslogtreecommitdiffstats
path: root/main/openvpn/openvpn.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/openvpn: fix init scriptWojciech Górski2018-07-081-1/+1
|
* main/openvpn: fix backward compatibility of init scriptJakub Jirutka2018-05-131-40/+47
| | | | | | | | | | | | | This fixes problem introduced in commit 4a66978dd949d571fdd984d800b3121c3a1a297f. When user upgrades openvpn package, but (s)he has never modified /etc/conf.d/openvpn file, apk automatically updates it and so sets openvpn to the client mode. I forgot to this case and wrongly assumed that existing config is always preserved. BTW, the previoud change was based on https://github.com/OpenRC/openrc/blob/master/support/init.d.examples/openvpn.in. Ref #8875 (https://bugs.alpinelinux.org/issues/8875)
* main/openvpn: fix initscript to not check cfgfile when doesn't existJakub Jirutka2018-05-071-1/+1
|
* main/openvpn: rewrite init scriptJakub Jirutka2018-05-061-68/+79
|
* main/openvpn: rename deprecated $SVCNAME to $RC_SVCNAMEJakub Jirutka2018-05-061-8/+8
|
* main/openvpn: remove non-Linux part from init scriptJakub Jirutka2018-05-061-34/+11
|
* main/openvpn: Added description to init.d scriptDaniele Coli2015-11-041-0/+2
| | | | | Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog.
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-281-1/+1
|
* main/openvpn: multiple changes like ipv6 and new initdCarlo Landmeter2011-06-041-26/+96
| | | | | | | | | added ipv6 patch from: http://www.greenie.net/ipv6/openvpn.html move easy-rsa into subpkg and depend on openssl update init.d and conf.d from latest gentoo release added up/down scripts from latest gentoo release ref #618
* main/openvpn: upgrade to 2.1.1 (moved from testing)Natanael Copa2010-02-031-2/+1
|
* main/openvpn: start service after firewallNatanael Copa2009-09-151-0/+1
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+63
and fixed misc build issues