net-vpn/openvpn: Remove obsolete postinst warning about old paths
authorMichał Górny <mgorny@gentoo.org>
Thu, 9 Aug 2018 14:14:13 +0000 (16:14 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 15 Aug 2018 07:30:54 +0000 (09:30 +0200)
Suggested-by: Michael Orlitzky <mjo@gentoo.org>
net-vpn/openvpn/openvpn-2.4.4.ebuild
net-vpn/openvpn/openvpn-2.4.5.ebuild
net-vpn/openvpn/openvpn-2.4.6.ebuild
net-vpn/openvpn/openvpn-9999.ebuild

index 16fa5b91ead4e2dd3ddd0e63f6f5fbd0d309702f..aa8b2b1360c9e20c6946ef235a5a1fcd67308c46 100644 (file)
@@ -123,11 +123,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"
index ce60c5a55f98aacd761de199b126cee31942e35f..a856d6a63b8220c66476f936b364ac6c53898382 100644 (file)
@@ -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"
index a52f8d6e4a8bbdfe74d6e74400b77968b13f4e57..4205ff52a29f8348b5e3c631a5d4a42fac145966 100644 (file)
@@ -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"
index 4f6a5737ccd71b05dbc9cf853982ae98f3848bc4..60662fa4fd3a6b3b0b72a6e5d9103ef4e88cf6df 100644 (file)
@@ -120,11 +120,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
-
        elog "The openvpn init script expects to find the configuration file"
        elog "openvpn.conf in /etc/openvpn along with any extra files it may need."
        elog ""