diff options
Diffstat (limited to 'net-vpn/openvpn/openvpn-2.4.6.ebuild')
-rw-r--r-- | net-vpn/openvpn/openvpn-2.4.6.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-vpn/openvpn/openvpn-2.4.6.ebuild b/net-vpn/openvpn/openvpn-2.4.6.ebuild index a52f8d6e4a8b..650d907715fb 100644 --- a/net-vpn/openvpn/openvpn-2.4.6.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.6.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://openvpn.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos" IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam" IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD" @@ -124,11 +124,6 @@ pkg_postinst() { enewgroup openvpn enewuser openvpn "" "" "" openvpn - if path_exists -o "${EROOT%/}"/etc/openvpn/*/local.conf ; then - ewarn "WARNING: The openvpn init script has changed" - ewarn "" - fi - if use x64-macos; then elog "You might want to install tuntaposx for TAP interface support:" elog "http://tuntaposx.sourceforge.net" |