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/lvm2/files: lvm.rc lvm.rc-2.02.28-r2 lvm.rc-2.02.28-r1
Date: Fri, 01 Feb 2008 12:40:45
Message-Id: E1JKvCE-0007Ux-Qz@stork.gentoo.org
1 flameeyes 08/02/01 12:40:42
2
3 Modified: lvm.rc lvm.rc-2.02.28-r2 lvm.rc-2.02.28-r1
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/lvm2/files/lvm.rc
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/files/lvm.rc?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/files/lvm.rc?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/files/lvm.rc?r1=1.1&r2=1.2
14
15 Index: lvm.rc
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvm.rc,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- lvm.rc 9 May 2007 16:36:51 -0000 1.1
22 +++ lvm.rc 1 Feb 2008 12:40:42 -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/lvm2/files/lvm.rc,v 1.1 2007/05/09 16:36:51 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvm.rc,v 1.2 2008/02/01 12:40:42 flameeyes Exp $
29
30 depend() {
31 if [ -e /lib/librc.so ]; then
32 # on baselayout-1 this causes
33 # dependency-cycles with checkroot (before *)
34 - before checkroot
35 + before checkroot root
36 fi
37 }
38
39
40
41
42 1.2 sys-fs/lvm2/files/lvm.rc-2.02.28-r2
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/files/lvm.rc-2.02.28-r2?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/files/lvm.rc-2.02.28-r2?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/files/lvm.rc-2.02.28-r2?r1=1.1&r2=1.2
47
48 Index: lvm.rc-2.02.28-r2
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvm.rc-2.02.28-r2,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- lvm.rc-2.02.28-r2 8 Oct 2007 21:11:16 -0000 1.1
55 +++ lvm.rc-2.02.28-r2 1 Feb 2008 12:40:42 -0000 1.2
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/lvm2/files/lvm.rc-2.02.28-r2,v 1.1 2007/10/08 21:11:16 robbat2 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvm.rc-2.02.28-r2,v 1.2 2008/02/01 12:40:42 flameeyes Exp $
62
63 depend() {
64 if [ -e /lib/librc.so ]; then
65 # on baselayout-1 this causes
66 # dependency-cycles with checkroot (before *)
67 - before checkfs
68 + before checkfs fsck
69 after modules
70 fi
71 }
72
73
74
75 1.2 sys-fs/lvm2/files/lvm.rc-2.02.28-r1
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/files/lvm.rc-2.02.28-r1?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/files/lvm.rc-2.02.28-r1?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/lvm2/files/lvm.rc-2.02.28-r1?r1=1.1&r2=1.2
80
81 Index: lvm.rc-2.02.28-r1
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvm.rc-2.02.28-r1,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- lvm.rc-2.02.28-r1 4 Oct 2007 16:06:22 -0000 1.1
88 +++ lvm.rc-2.02.28-r1 1 Feb 2008 12:40:42 -0000 1.2
89 @@ -1,13 +1,13 @@
90 #!/sbin/runscript
91 # Copyright 1999-2007 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvm.rc-2.02.28-r1,v 1.1 2007/10/04 16:06:22 cardoe Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/files/lvm.rc-2.02.28-r1,v 1.2 2008/02/01 12:40:42 flameeyes Exp $
95
96 depend() {
97 if [ -e /lib/librc.so ]; then
98 # on baselayout-1 this causes
99 # dependency-cycles with checkroot (before *)
100 - before checkroot
101 + before checkroot root
102 fi
103 }
104
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list