Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/open-vm-tools/files: open-vm.initd
Date: Fri, 01 Feb 2008 12:33:39
Message-Id: E1JKv5N-00077P-8c@stork.gentoo.org
1 flameeyes 08/02/01 12:33:37
2
3 Modified: open-vm.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 app-emulation/open-vm-tools/files/open-vm.initd
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/files/open-vm.initd?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/files/open-vm.initd?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/open-vm-tools/files/open-vm.initd?r1=1.1&r2=1.2
14
15 Index: open-vm.initd
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/files/open-vm.initd,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- open-vm.initd 22 Dec 2007 17:32:12 -0000 1.1
22 +++ open-vm.initd 1 Feb 2008 12:33:36 -0000 1.2
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/app-emulation/open-vm-tools/files/open-vm.initd,v 1.1 2007/12/22 17:32:12 ikelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/open-vm-tools/files/open-vm.initd,v 1.2 2008/02/01 12:33:36 flameeyes Exp $
29
30 DND_TMPDIR="/tmp/VMwareDnD"
31 USER_GROUP="root:vmware"
32 @@ -11,7 +11,7 @@
33 MOUNTPOINT="/proc/fs/vmblock/mountPoint"
34
35 depend() {
36 - before checkfs net X
37 + before checkfs fsck net X
38 }
39
40 start() {
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list