Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/evms/files: evms.initd-2.5.5-r9 evms.initd
Date: Fri, 01 Feb 2008 13:02:26
Message-Id: E1JKvXE-0003do-Fa@stork.gentoo.org
1 flameeyes 08/02/01 13:02:24
2
3 Modified: evms.initd-2.5.5-r9 evms.initd
4 Log:
5 Update init script to work with current development version of OpenRC (checkroot -> root; checkfs -> fsck).
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.2 sys-fs/evms/files/evms.initd-2.5.5-r9
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/evms/files/evms.initd-2.5.5-r9?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/evms/files/evms.initd-2.5.5-r9?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/evms/files/evms.initd-2.5.5-r9?r1=1.1&r2=1.2
14
15 Index: evms.initd-2.5.5-r9
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/evms/files/evms.initd-2.5.5-r9,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- evms.initd-2.5.5-r9 9 Oct 2007 03:18:18 -0000 1.1
22 +++ evms.initd-2.5.5-r9 1 Feb 2008 13:02:23 -0000 1.2
23 @@ -1,13 +1,13 @@
24 #!/sbin/runscript
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/files/evms.initd-2.5.5-r9,v 1.1 2007/10/09 03:18:18 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/files/evms.initd-2.5.5-r9,v 1.2 2008/02/01 13:02:23 flameeyes Exp $
29
30 depend() {
31 if [ -e /lib/librc.so ]; then
32 # on baselayout-1 this causes
33 # a dependency loop with checkroot (before *)
34 - before checkfs
35 + before checkfs fsck
36 after modules
37 fi
38 }
39
40
41
42 1.3 sys-fs/evms/files/evms.initd
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/evms/files/evms.initd?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/evms/files/evms.initd?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/evms/files/evms.initd?r1=1.2&r2=1.3
47
48 Index: evms.initd
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-fs/evms/files/evms.initd,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- evms.initd 12 Sep 2007 08:10:42 -0000 1.2
55 +++ evms.initd 1 Feb 2008 13:02:23 -0000 1.3
56 @@ -1,13 +1,13 @@
57 #!/sbin/runscript
58 # Copyright 1999-2007 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/files/evms.initd,v 1.2 2007/09/12 08:10:42 dev-zero Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/evms/files/evms.initd,v 1.3 2008/02/01 13:02:23 flameeyes Exp $
62
63 depend() {
64 if [ -e /lib/librc.so ]; then
65 # on baselayout-1 this causes
66 # a dependency loop with checkroot (before *)
67 - before checkroot
68 + before checkroot root
69 fi
70 }
71
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list