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: openrc-9999.ebuild
Date: Fri, 28 Sep 2012 21:18:38
Message-Id: 20120928211826.4B50221600@flycatcher.gentoo.org
1 williamh 12/09/28 21:18:26
2
3 Modified: openrc-9999.ebuild
4 Log:
5 Add sysfs and tmpfilesd.sysinit to the sysinit runlevel and
6 tmpfilesd.boot to the boot runlevel when upgrading.
7
8 (Portage version: 2.2.0_alpha134/cvs/Linux i686)
9
10 Revision Changes Path
11 1.106 sys-apps/openrc/openrc-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.106&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.106&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.105&r2=1.106
16
17 Index: openrc-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
20 retrieving revision 1.105
21 retrieving revision 1.106
22 diff -u -r1.105 -r1.106
23 --- openrc-9999.ebuild 28 Sep 2012 19:56:14 -0000 1.105
24 +++ openrc-9999.ebuild 28 Sep 2012 21:18:26 -0000 1.106
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.105 2012/09/28 19:56:14 williamh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.106 2012/09/28 21:18:26 williamh Exp $
30
31 EAPI=4
32
33 @@ -246,6 +246,12 @@
34 # swapfiles was added in 0.9.9 and needed in boot (february 2012)
35 has_version ">=sys-apps/openrc-0.9.9" || add_boot_init swapfiles
36
37 + if [ has_version ">=sys-apps/openrc-0.9.9" ]; then
38 + add_boot_init sysfs sysinit
39 + add_boot_init tmpfilesd.sysinit sysinit
40 + add_boot_init tmpfilesd.boot boot
41 + fi
42 +
43 # set default interactive shell to sulogin if it exists
44 set_config /etc/rc.conf rc_shell /sbin/sulogin "#" test -e /sbin/sulogin