summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2011-07-08 13:30:32 +0000
committerThomas Kahle <tomka@gentoo.org>2011-07-08 13:30:32 +0000
commita0e3991d071a0176cd07d7a8224348bd7b5d37f4 (patch)
tree92dbb9a01014cb4f0e887604337068ac05d41a0b /net-misc/wicd
parentVersion bump. Fix metadata.xml (diff)
downloadgentoo-2-a0e3991d071a0176cd07d7a8224348bd7b5d37f4.tar.gz
gentoo-2-a0e3991d071a0176cd07d7a8224348bd7b5d37f4.tar.bz2
gentoo-2-a0e3991d071a0176cd07d7a8224348bd7b5d37f4.zip
Update post-inst messages to reflect OpenRC. (bug 371559). Thanks Luca Molari
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'net-misc/wicd')
-rw-r--r--net-misc/wicd/ChangeLog5
-rw-r--r--net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog
index 93746a45e539..90654e846f7e 100644
--- a/net-misc/wicd/ChangeLog
+++ b/net-misc/wicd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.90 2011/06/11 23:37:09 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.91 2011/07/08 13:30:32 tomka Exp $
+
+ 08 Jul 2011; Thomas Kahle <tomka@gentoo.org> wicd-1.7.1_beta2-r4.ebuild:
+ Update post-inst messages to reflect OpenRC. (bug 371559). Thanks Luca Molari
11 Jun 2011; Thomas Kahle <tomka@gentoo.org> wicd-1.7.1_beta2-r4.ebuild:
x86 stable per bug 370525
diff --git a/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild b/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild
index 39209eddebd2..53815dcc0a27 100644
--- a/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild
+++ b/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild,v 1.4 2011/06/11 23:37:09 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.1_beta2-r4.ebuild,v 1.5 2011/07/08 13:30:32 tomka Exp $
EAPI=3
@@ -99,8 +99,8 @@ pkg_postinst() {
echo
elog "To start wicd at boot, 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/conf.d/rc"
- elog "(For example, RC_PLUG_SERVICES=\"!net.eth0 !net.wlan0\")"
+ elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/rc.conf"
+ elog "(For example, rc_hotplug=\"!net.eth* !net.wlan*\")"
# Maintainer's note: the consolekit use flag short circuits a dbus rule and
# allows the connection. Else, you need to be in the group.
if ! has_version sys-auth/pambase[consolekit]; then