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 42AFD1382C5 for ; Tue, 1 Dec 2020 11:32:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ED37E0843; Tue, 1 Dec 2020 11:32:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5633BE0843 for ; Tue, 1 Dec 2020 11:32:29 +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 1CC54340F64 for ; Tue, 1 Dec 2020 11:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87EA2453 for ; Tue, 1 Dec 2020 11:32:26 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1606822340.63a2f5bf2fa247f684af38a723970b19e43c30bb.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/openrc/openrc-0.41.2.ebuild sys-apps/openrc/openrc-0.42.1.ebuild sys-apps/openrc/openrc-9999.ebuild X-VCS-Directories: sys-apps/openrc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 63a2f5bf2fa247f684af38a723970b19e43c30bb X-VCS-Branch: master Date: Tue, 1 Dec 2020 11:32:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9b38e468-e564-4669-a41a-047269772b03 X-Archives-Hash: ff9adeb8c61f60ae9f6b76c8027dd97b commit: 63a2f5bf2fa247f684af38a723970b19e43c30bb Author: Joonas Niilola gentoo org> AuthorDate: Tue Dec 1 11:31:42 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Dec 1 11:32:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a2f5bf sys-apps/openrc: indent pkg_postinst messages correctly Signed-off-by: Joonas Niilola gentoo.org> sys-apps/openrc/openrc-0.41.2.ebuild | 2 +- sys-apps/openrc/openrc-0.42.1.ebuild | 2 +- sys-apps/openrc/openrc-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/openrc/openrc-0.41.2.ebuild b/sys-apps/openrc/openrc-0.41.2.ebuild index 63a8bbbd49d..afd7df37c6b 100644 --- a/sys-apps/openrc/openrc-0.41.2.ebuild +++ b/sys-apps/openrc/openrc-0.41.2.ebuild @@ -176,7 +176,7 @@ pkg_postinst() { ewarn "You have emerged OpenRc without network support. This" ewarn "means you need to SET UP a network manager such as" ewarn " net-misc/netifrc, net-misc/dhcpcd, net-misc/connman," - ewarn "net-misc/NetworkManager, or net-vpn/badvpn." + ewarn " net-misc/NetworkManager, or net-vpn/badvpn." ewarn "Or, you have the option of emerging openrc with the newnet" ewarn "use flag and configuring /etc/conf.d/network and" ewarn "/etc/conf.d/staticroute if you only use static interfaces." diff --git a/sys-apps/openrc/openrc-0.42.1.ebuild b/sys-apps/openrc/openrc-0.42.1.ebuild index 663c940fad4..a10ce3384c6 100644 --- a/sys-apps/openrc/openrc-0.42.1.ebuild +++ b/sys-apps/openrc/openrc-0.42.1.ebuild @@ -180,7 +180,7 @@ pkg_postinst() { ewarn "You have emerged OpenRc without network support. This" ewarn "means you need to SET UP a network manager such as" ewarn " net-misc/netifrc, net-misc/dhcpcd, net-misc/connman," - ewarn "net-misc/NetworkManager, or net-vpn/badvpn." + ewarn " net-misc/NetworkManager, or net-vpn/badvpn." ewarn "Or, you have the option of emerging openrc with the newnet" ewarn "use flag and configuring /etc/conf.d/network and" ewarn "/etc/conf.d/staticroute if you only use static interfaces." diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index d07f1b87288..c159c6cdce2 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -170,7 +170,7 @@ pkg_postinst() { ewarn "You have emerged OpenRc without network support. This" ewarn "means you need to SET UP a network manager such as" ewarn " net-misc/netifrc, net-misc/dhcpcd, net-misc/connman," - ewarn "net-misc/NetworkManager, or net-vpn/badvpn." + ewarn " net-misc/NetworkManager, or net-vpn/badvpn." ewarn "Or, you have the option of emerging openrc with the newnet" ewarn "use flag and configuring /etc/conf.d/network and" ewarn "/etc/conf.d/staticroute if you only use static interfaces."