diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-10 18:44:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-10 18:44:13 +0000 |
commit | 6c41bfd84055e649cfa51ca076ad2403bea6cbe8 (patch) | |
tree | 706c21d036966efe1f0d48b05e39cecab8f55c20 /net-misc/wicd | |
parent | Adapt elog message to systemd, drop old (diff) | |
download | gentoo-2-6c41bfd84055e649cfa51ca076ad2403bea6cbe8.tar.gz gentoo-2-6c41bfd84055e649cfa51ca076ad2403bea6cbe8.tar.bz2 gentoo-2-6c41bfd84055e649cfa51ca076ad2403bea6cbe8.zip |
Adapt elog messages to systemd
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-misc/wicd')
-rw-r--r-- | net-misc/wicd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.7.2.4-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog index 991dd10e3691..11551525cd43 100644 --- a/net-misc/wicd/ChangeLog +++ b/net-misc/wicd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wicd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.142 2013/08/03 04:48:32 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.143 2013/10/10 18:44:13 pacho Exp $ + + 10 Oct 2013; Pacho Ramos <pacho@gentoo.org> wicd-1.7.2.4-r3.ebuild: + Adapt elog messages to systemd 03 Aug 2013; Thomas Kahle <tomka@gentoo.org> wicd-1.7.2.4-r3.ebuild: add warning about missing wireless extensions (bug 479590), remove nonworking diff --git a/net-misc/wicd/wicd-1.7.2.4-r3.ebuild b/net-misc/wicd/wicd-1.7.2.4-r3.ebuild index 1d9b201f8181..bd8c362dca68 100644 --- a/net-misc/wicd/wicd-1.7.2.4-r3.ebuild +++ b/net-misc/wicd/wicd-1.7.2.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.3 2013/08/03 04:48:32 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.4 2013/10/10 18:44:13 pacho Exp $ EAPI=5 @@ -127,7 +127,7 @@ src_install() { pkg_postinst() { elog "You may need to restart the dbus service after upgrading wicd." echo - elog "To start wicd at boot, add /etc/init.d/wicd to a runlevel and:" + elog "To start wicd at boot with openRC, add /etc/init.d/wicd to a runlevel and:" elog "- Remove all net.* initscripts (except for net.lo) from all runlevels" elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/rc.conf" elog "(For example, rc_hotplug=\"!net.eth* !net.wlan*\")" |