diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-02-05 09:04:54 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-02-05 09:04:54 +0200 |
commit | a1a177f32dc3c792f5fc69f144b1728a705e1fba (patch) | |
tree | eec7f3387d0f96e8d1e2240c7c3b39622b6bb3cb /sys-apps/openrc | |
parent | dev-python/pynvim: Version bump to 0.4.1 (diff) | |
download | gentoo-a1a177f32dc3c792f5fc69f144b1728a705e1fba.tar.gz gentoo-a1a177f32dc3c792f5fc69f144b1728a705e1fba.tar.bz2 gentoo-a1a177f32dc3c792f5fc69f144b1728a705e1fba.zip |
sys-apps/openrc: recommend connman instead of wicd
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/openrc-0.41.2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.42.1.ebuild | 2 | ||||
-rw-r--r-- | 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 fd6d3ce096f7..8705094469d1 100644 --- a/sys-apps/openrc/openrc-0.41.2.ebuild +++ b/sys-apps/openrc/openrc-0.41.2.ebuild @@ -175,7 +175,7 @@ pkg_postinst() { if ! use newnet && ! use netifrc; then 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/wicd," + ewarn " net-misc/netifrc, net-misc/dhcpcd, net-misc/connman," 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" diff --git a/sys-apps/openrc/openrc-0.42.1.ebuild b/sys-apps/openrc/openrc-0.42.1.ebuild index e62fc19041a2..3a80774a11de 100644 --- a/sys-apps/openrc/openrc-0.42.1.ebuild +++ b/sys-apps/openrc/openrc-0.42.1.ebuild @@ -177,7 +177,7 @@ pkg_postinst() { if ! use newnet && ! use netifrc; then 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/wicd," + ewarn " net-misc/netifrc, net-misc/dhcpcd, net-misc/connman," 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" diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index b8f8498162b4..ccbe38b6e9e4 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -169,7 +169,7 @@ pkg_postinst() { if ! use newnet && ! use netifrc; then 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/wicd," + ewarn " net-misc/netifrc, net-misc/dhcpcd, net-misc/connman," 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" |