From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C535D138334 for ; Wed, 15 Aug 2018 07:31:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF7F6E093B; Wed, 15 Aug 2018 07:31:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82BA3E093B for ; Wed, 15 Aug 2018 07:31:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA143335CD7 for ; Wed, 15 Aug 2018 07:31:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDF473A7 for ; Wed, 15 Aug 2018 07:31:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1534318254.d45ec585d7c495e625f684b3b6d024a170ab3edc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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 X-VCS-Directories: net-vpn/openvpn/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d45ec585d7c495e625f684b3b6d024a170ab3edc X-VCS-Branch: master Date: Wed, 15 Aug 2018 07:31:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f2f41ea8-081b-4208-a86d-01a0071ea6f9 X-Archives-Hash: 4914b82851a8425697a3d2e18424b6f0 commit: d45ec585d7c495e625f684b3b6d024a170ab3edc Author: Michał Górny gentoo org> AuthorDate: Thu Aug 9 14:14:13 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 15 07:30:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45ec585 net-vpn/openvpn: Remove obsolete postinst warning about old paths Suggested-by: Michael Orlitzky gentoo.org> net-vpn/openvpn/openvpn-2.4.4.ebuild | 5 ----- net-vpn/openvpn/openvpn-2.4.5.ebuild | 5 ----- net-vpn/openvpn/openvpn-2.4.6.ebuild | 5 ----- net-vpn/openvpn/openvpn-9999.ebuild | 5 ----- 4 files changed, 20 deletions(-) diff --git a/net-vpn/openvpn/openvpn-2.4.4.ebuild b/net-vpn/openvpn/openvpn-2.4.4.ebuild index 16fa5b91ead..aa8b2b1360c 100644 --- a/net-vpn/openvpn/openvpn-2.4.4.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.4.ebuild @@ -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" diff --git a/net-vpn/openvpn/openvpn-2.4.5.ebuild b/net-vpn/openvpn/openvpn-2.4.5.ebuild index ce60c5a55f9..a856d6a63b8 100644 --- a/net-vpn/openvpn/openvpn-2.4.5.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.5.ebuild @@ -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" diff --git a/net-vpn/openvpn/openvpn-2.4.6.ebuild b/net-vpn/openvpn/openvpn-2.4.6.ebuild index a52f8d6e4a8..4205ff52a29 100644 --- a/net-vpn/openvpn/openvpn-2.4.6.ebuild +++ b/net-vpn/openvpn/openvpn-2.4.6.ebuild @@ -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" diff --git a/net-vpn/openvpn/openvpn-9999.ebuild b/net-vpn/openvpn/openvpn-9999.ebuild index 4f6a5737ccd..60662fa4fd3 100644 --- a/net-vpn/openvpn/openvpn-9999.ebuild +++ b/net-vpn/openvpn/openvpn-9999.ebuild @@ -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 ""