Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/openvpn: fix down script not restoring original resolv.conf | Chris Kankiewicz | 2016-01-26 | 1 | -2/+2 |
| | | | | | | | | | | This patch fixes an error where, in the provided OpenVPN down script, the cp command would fail due to the resolv.conf file already existing. Instead of using cp we cat the file contents over the exising resolv.conf file to avoid the error and preserve any symlinks that may exist. Fixes issue #5027 | ||||
* | main/openvpn: multiple changes like ipv6 and new initd | Carlo Landmeter | 2011-06-04 | 1 | -0/+33 |
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 |