Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/openvpn: Add instance name to OpenVPN --daemon param | Stefano Sasso | 2020-03-09 | 1 | -1/+1 |
| | | | | | | | | | The --daemon OpenVPN params also controls the tag OpenVPN uses to ship logs to syslog. If multiple OpenVPN instances are used, the user may want to apply syslog filters, to have different log files for the different instances. If you specify an additional --daemon option in the config file, it will be ignored, since the one on the command line is preferred. | ||||
* | main/openvpn: fix ebegin call in initscript | Leo | 2020-02-23 | 1 | -1/+1 |
| | |||||
* | main/openvpn: allow to pass additional arguments for openvpn | Jakub Jirutka | 2020-02-07 | 1 | -1/+2 |
| | |||||
* | main/openvpn: add commands reload and stats to init script | Jakub Jirutka | 2020-01-11 | 1 | -0/+16 |
| | |||||
* | 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 |