commit: 63a2f5bf2fa247f684af38a723970b19e43c30bb
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 1 11:31:42 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <juippis <AT> 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."