Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/device-mapper/files: device-mapper.rc-1.02.22-r3
Date: Tue, 09 Oct 2007 02:38:01
Message-Id: E1If4pV-0002g4-Sl@stork.gentoo.org
1 robbat2 07/10/09 02:28:17
2
3 Modified: device-mapper.rc-1.02.22-r3
4 Log:
5 Fix double-commit.
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.4 sys-fs/device-mapper/files/device-mapper.rc-1.02.22-r3
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/device-mapper/files/device-mapper.rc-1.02.22-r3?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/device-mapper/files/device-mapper.rc-1.02.22-r3?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/device-mapper/files/device-mapper.rc-1.02.22-r3?r1=1.3&r2=1.4
14
15 Index: device-mapper.rc-1.02.22-r3
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/files/device-mapper.rc-1.02.22-r3,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- device-mapper.rc-1.02.22-r3 8 Oct 2007 22:26:18 -0000 1.3
22 +++ device-mapper.rc-1.02.22-r3 9 Oct 2007 02:28:17 -0000 1.4
23 @@ -1,7 +1,7 @@
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/device-mapper/files/device-mapper.rc-1.02.22-r3,v 1.3 2007/10/08 22:26:18 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/device-mapper/files/device-mapper.rc-1.02.22-r3,v 1.4 2007/10/09 02:28:17 robbat2 Exp $
29
30 depend() {
31 if [ -e /lib/librc.so ]; then
32 @@ -9,7 +9,6 @@
33 # a dependency loop with checkroot (before *)
34 after modules
35 before checkfs
36 - after modules
37 fi
38 }
39
40
41
42
43 --
44 gentoo-commits@g.o mailing list