Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.5.0.ebuild ChangeLog
Date: Mon, 04 Aug 2008 04:43:15
Message-Id: E1KPrua-0000eT-Kp@stork.gentoo.org
1 darkside 08/08/04 04:43:12
2
3 Modified: wicd-1.5.0.ebuild ChangeLog
4 Log:
5 Add postinst instructions because this application requires a fair amount of work to set up. Thanks to nightmorph for suggesting this, bug #233768
6 (Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.2 net-misc/wicd/wicd-1.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.0.ebuild?r1=1.1&r2=1.2
14
15 Index: wicd-1.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wicd-1.5.0.ebuild 3 Aug 2008 02:52:19 -0000 1.1
22 +++ wicd-1.5.0.ebuild 4 Aug 2008 04:43:12 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.0.ebuild,v 1.1 2008/08/03 02:52:19 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.0.ebuild,v 1.2 2008/08/04 04:43:12 darkside Exp $
28
29 inherit distutils
30
31 @@ -40,9 +40,10 @@
32 pkg_postinst() {
33 distutils_pkg_postinst
34
35 - elog "Note: commands have changed since previous versions of WICD"
36 - elog "Start the WICD GUI using:"
37 - elog " /usr/bin/wicd-client"
38 - einfo
39 elog "You may need to restart the dbus service after upgrading wicd."
40 + echo
41 + elog "To start wicd at boot, add /etc/init.d/wicd to a runlevel and:"
42 + elog "- Remove all net.* initscripts (except for net.lo) from all runlevels"
43 + elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/conf.d/rc"
44 + elog "(For example, RC_PLUG_SERVICES=\"!net.eth0 !net.wlan0\")"
45 }
46
47
48
49 1.4 net-misc/wicd/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.4&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.4&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.3&r2=1.4
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
58 retrieving revision 1.3
59 retrieving revision 1.4
60 diff -u -r1.3 -r1.4
61 --- ChangeLog 3 Aug 2008 02:52:19 -0000 1.3
62 +++ ChangeLog 4 Aug 2008 04:43:12 -0000 1.4
63 @@ -1,6 +1,10 @@
64 # ChangeLog for net-misc/wicd
65 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.3 2008/08/03 02:52:19 darkside Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.4 2008/08/04 04:43:12 darkside Exp $
68 +
69 + 04 Aug 2008; Jeremy Olexa <darkside@g.o> wicd-1.5.0.ebuild:
70 + Add postinst instructions because this application requires a fair amount of
71 + work to set up. Thanks to nightmorph for suggesting this, bug #233768
72
73 *wicd-1.5.0 (03 Aug 2008)