Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/
Date: Tue, 01 Dec 2020 11:32:30
Message-Id: 1606822340.63a2f5bf2fa247f684af38a723970b19e43c30bb.juippis@gentoo
1 commit: 63a2f5bf2fa247f684af38a723970b19e43c30bb
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 11:31:42 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 11:32:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a2f5bf
7
8 sys-apps/openrc: indent pkg_postinst messages correctly
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sys-apps/openrc/openrc-0.41.2.ebuild | 2 +-
13 sys-apps/openrc/openrc-0.42.1.ebuild | 2 +-
14 sys-apps/openrc/openrc-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/openrc/openrc-0.41.2.ebuild b/sys-apps/openrc/openrc-0.41.2.ebuild
18 index 63a8bbbd49d..afd7df37c6b 100644
19 --- a/sys-apps/openrc/openrc-0.41.2.ebuild
20 +++ b/sys-apps/openrc/openrc-0.41.2.ebuild
21 @@ -176,7 +176,7 @@ pkg_postinst() {
22 ewarn "You have emerged OpenRc without network support. This"
23 ewarn "means you need to SET UP a network manager such as"
24 ewarn " net-misc/netifrc, net-misc/dhcpcd, net-misc/connman,"
25 - ewarn "net-misc/NetworkManager, or net-vpn/badvpn."
26 + ewarn " net-misc/NetworkManager, or net-vpn/badvpn."
27 ewarn "Or, you have the option of emerging openrc with the newnet"
28 ewarn "use flag and configuring /etc/conf.d/network and"
29 ewarn "/etc/conf.d/staticroute if you only use static interfaces."
30
31 diff --git a/sys-apps/openrc/openrc-0.42.1.ebuild b/sys-apps/openrc/openrc-0.42.1.ebuild
32 index 663c940fad4..a10ce3384c6 100644
33 --- a/sys-apps/openrc/openrc-0.42.1.ebuild
34 +++ b/sys-apps/openrc/openrc-0.42.1.ebuild
35 @@ -180,7 +180,7 @@ pkg_postinst() {
36 ewarn "You have emerged OpenRc without network support. This"
37 ewarn "means you need to SET UP a network manager such as"
38 ewarn " net-misc/netifrc, net-misc/dhcpcd, net-misc/connman,"
39 - ewarn "net-misc/NetworkManager, or net-vpn/badvpn."
40 + ewarn " net-misc/NetworkManager, or net-vpn/badvpn."
41 ewarn "Or, you have the option of emerging openrc with the newnet"
42 ewarn "use flag and configuring /etc/conf.d/network and"
43 ewarn "/etc/conf.d/staticroute if you only use static interfaces."
44
45 diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild
46 index d07f1b87288..c159c6cdce2 100644
47 --- a/sys-apps/openrc/openrc-9999.ebuild
48 +++ b/sys-apps/openrc/openrc-9999.ebuild
49 @@ -170,7 +170,7 @@ pkg_postinst() {
50 ewarn "You have emerged OpenRc without network support. This"
51 ewarn "means you need to SET UP a network manager such as"
52 ewarn " net-misc/netifrc, net-misc/dhcpcd, net-misc/connman,"
53 - ewarn "net-misc/NetworkManager, or net-vpn/badvpn."
54 + ewarn " net-misc/NetworkManager, or net-vpn/badvpn."
55 ewarn "Or, you have the option of emerging openrc with the newnet"
56 ewarn "use flag and configuring /etc/conf.d/network and"
57 ewarn "/etc/conf.d/staticroute if you only use static interfaces."