summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-08-04 04:43:12 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-08-04 04:43:12 +0000
commit1e927335942b8b8f9cb877f6f13afc04c0fd2bdf (patch)
treefeb4e254b66f70866831b16cebfa1e6e461cd17c /net-misc/wicd
parentinitial commit (diff)
downloadgentoo-2-1e927335942b8b8f9cb877f6f13afc04c0fd2bdf.tar.gz
gentoo-2-1e927335942b8b8f9cb877f6f13afc04c0fd2bdf.tar.bz2
gentoo-2-1e927335942b8b8f9cb877f6f13afc04c0fd2bdf.zip
Add postinst instructions because this application requires a fair amount of work to set up. Thanks to nightmorph for suggesting this, bug #233768
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'net-misc/wicd')
-rw-r--r--net-misc/wicd/ChangeLog6
-rw-r--r--net-misc/wicd/wicd-1.5.0.ebuild11
2 files changed, 11 insertions, 6 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog
index 2a4413f15981..458ff5b58f8d 100644
--- a/net-misc/wicd/ChangeLog
+++ b/net-misc/wicd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/wicd
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.3 2008/08/03 02:52:19 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.4 2008/08/04 04:43:12 darkside Exp $
+
+ 04 Aug 2008; Jeremy Olexa <darkside@gentoo.org> wicd-1.5.0.ebuild:
+ Add postinst instructions because this application requires a fair amount of
+ work to set up. Thanks to nightmorph for suggesting this, bug #233768
*wicd-1.5.0 (03 Aug 2008)
diff --git a/net-misc/wicd/wicd-1.5.0.ebuild b/net-misc/wicd/wicd-1.5.0.ebuild
index 0abb057756f6..d82bba717a81 100644
--- a/net-misc/wicd/wicd-1.5.0.ebuild
+++ b/net-misc/wicd/wicd-1.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.0.ebuild,v 1.1 2008/08/03 02:52:19 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.0.ebuild,v 1.2 2008/08/04 04:43:12 darkside Exp $
inherit distutils
@@ -40,9 +40,10 @@ src_install() {
pkg_postinst() {
distutils_pkg_postinst
- elog "Note: commands have changed since previous versions of WICD"
- elog "Start the WICD GUI using:"
- elog " /usr/bin/wicd-client"
- einfo
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 "- 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\")"
}