Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/openvpn: fix init script | Wojciech Górski | 2018-07-08 | 1 | -1/+1 |
| | |||||
* | main/openvpn: fix backward compatibility of init script | Jakub Jirutka | 2018-05-13 | 1 | -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 exist | Jakub Jirutka | 2018-05-07 | 1 | -1/+1 |
| | |||||
* | main/openvpn: rewrite init script | Jakub Jirutka | 2018-05-06 | 1 | -68/+79 |
| | |||||
* | main/openvpn: rename deprecated $SVCNAME to $RC_SVCNAME | Jakub Jirutka | 2018-05-06 | 1 | -8/+8 |
| | |||||
* | main/openvpn: remove non-Linux part from init script | Jakub Jirutka | 2018-05-06 | 1 | -34/+11 |
| | |||||
* | main/openvpn: Added description to init.d script | Daniele Coli | 2015-11-04 | 1 | -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-run | Natanael Copa | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | main/openvpn: multiple changes like ipv6 and new initd | Carlo Landmeter | 2011-06-04 | 1 | -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 Copa | 2010-02-03 | 1 | -2/+1 |
| | |||||
* | main/openvpn: start service after firewall | Natanael Copa | 2009-09-15 | 1 | -0/+1 |
| | |||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 1 | -0/+63 |
and fixed misc build issues |