Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: ChangeLog openrc-9999.ebuild
Date: Thu, 06 Jan 2011 23:54:11
Message-Id: 20110106235347.1277520051@flycatcher.gentoo.org
1 williamh 11/01/06 23:53:47
2
3 Modified: ChangeLog openrc-9999.ebuild
4 Log:
5 Fix bug #347483 -- remove broken symlinks for depscan.sh and runscript.sh.
6
7 (Portage version: 2.2.0_alpha13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.127 sys-apps/openrc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.127&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?rev=1.127&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/ChangeLog?r1=1.126&r2=1.127
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v
19 retrieving revision 1.126
20 retrieving revision 1.127
21 diff -u -r1.126 -r1.127
22 --- ChangeLog 8 Dec 2010 04:48:45 -0000 1.126
23 +++ ChangeLog 6 Jan 2011 23:53:46 -0000 1.127
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-apps/openrc
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.126 2010/12/08 04:48:45 williamh Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.127 2011/01/06 23:53:46 williamh Exp $
30 +
31 + 06 Jan 2011; William Hubbs <williamh@g.o> openrc-9999.ebuild:
32 + remove /etc/init.d/{depscan,runscript}.sh for bug #347483.
33
34 *openrc-0.6.8 (08 Dec 2010)
35
36
37
38
39 1.74 sys-apps/openrc/openrc-9999.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.74&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.74&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.73&r2=1.74
44
45 Index: openrc-9999.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
48 retrieving revision 1.73
49 retrieving revision 1.74
50 diff -u -r1.73 -r1.74
51 --- openrc-9999.ebuild 10 Nov 2010 10:20:14 -0000 1.73
52 +++ openrc-9999.ebuild 6 Jan 2011 23:53:46 -0000 1.74
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.73 2010/11/10 10:20:14 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.74 2011/01/06 23:53:46 williamh Exp $
59
60 EAPI="1"
61
62 @@ -357,6 +357,7 @@
63
64 # Remove old baselayout links
65 rm -f "${ROOT}"/etc/runlevels/boot/{check{fs,root},rmnologin}
66 + rm -f "${ROOT}"/etc/init.d/{depscan,runscript}.sh
67
68 # Make our runlevels if they don't exist
69 if [[ ! -e ${ROOT}/etc/runlevels ]] || [[ -e ${ROOT}/etc/runlevels/.add_boot_init.created ]] ; then