Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/openrc: openrc-9999.ebuild openrc-0.2-r3.ebuild
Date: Mon, 31 Mar 2008 19:25:13
Message-Id: E1JgPd0-0000qb-CI@stork.gentoo.org
1 cardoe 08/03/31 19:25:10
2
3 Modified: openrc-9999.ebuild openrc-0.2-r3.ebuild
4 Log:
5 boot runlevel fixes. Add evms. Support new dmcrypt. Fix device-mapper (dmtab is typically all comments)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.20 sys-apps/openrc/openrc-9999.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild?r1=1.19&r2=1.20
14
15 Index: openrc-9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- openrc-9999.ebuild 31 Mar 2008 16:23:25 -0000 1.19
22 +++ openrc-9999.ebuild 31 Mar 2008 19:25:09 -0000 1.20
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/sys-apps/openrc/openrc-9999.ebuild,v 1.19 2008/03/31 16:23:25 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.20 2008/03/31 19:25:09 cardoe Exp $
28
29 inherit eutils flag-o-matic multilib toolchain-funcs
30
31 @@ -171,8 +171,10 @@
32
33 # Try to auto-add some addons when possible
34 add_boot_init_mit_config /etc/conf.d/cryptfs dmcrypt
35 + add_boot_init_mit_config /etc/conf.d/dmcrypt dmcrypt
36 add_boot_init_mit_config /etc/mdadm.conf mdraid
37 - add_boot_init_mit_config /etc/dmtab device-mapper
38 + add_boot_init_mit_config /etc/evms.conf evms
39 + [[ -e ${ROOT}/sbin/dmsetup ]] && add_boot_init device-mapper
40 [[ -e ${ROOT}/sbin/vgscan ]] && add_boot_init lvm
41 elog "Add on services (such as RAID/dmcrypt/LVM/etc...) are now stand alone"
42 elog "init.d scripts. If you use such a thing, make sure you have the"
43
44
45
46 1.3 sys-apps/openrc/openrc-0.2-r3.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2-r3.ebuild?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2-r3.ebuild?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/openrc/openrc-0.2-r3.ebuild?r1=1.2&r2=1.3
51
52 Index: openrc-0.2-r3.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2-r3.ebuild,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- openrc-0.2-r3.ebuild 31 Mar 2008 16:23:25 -0000 1.2
59 +++ openrc-0.2-r3.ebuild 31 Mar 2008 19:25:09 -0000 1.3
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2-r3.ebuild,v 1.2 2008/03/31 16:23:25 cardoe Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2-r3.ebuild,v 1.3 2008/03/31 19:25:09 cardoe Exp $
65
66 inherit eutils flag-o-matic multilib toolchain-funcs
67
68 @@ -180,8 +180,10 @@
69
70 # Try to auto-add some addons when possible
71 add_boot_init_mit_config /etc/conf.d/cryptfs dmcrypt
72 + add_boot_init_mit_config /etc/conf.d/dmcrypt dmcrypt
73 add_boot_init_mit_config /etc/mdadm.conf mdraid
74 - add_boot_init_mit_config /etc/dmtab device-mapper
75 + add_boot_init_mit_config /etc/evms.conf evms
76 + [[ -e ${ROOT}/sbin/dmsetup ]] && add_boot_init device-mapper
77 [[ -e ${ROOT}/sbin/vgscan ]] && add_boot_init lvm
78 elog "Add on services (such as RAID/dmcrypt/LVM/etc...) are now stand alone"
79 elog "init.d scripts. If you use such a thing, make sure you have the"
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list