diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-02-01 12:34:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-02-01 12:34:43 +0000 |
commit | a4f7e5dbb904e3acb8f78dc0546f0664894493a7 (patch) | |
tree | 5dad5aef302f2a83496536928edde423e5808f13 /app-emulation/open-vm-tools/files | |
parent | Update init script to work with current development version of OpenRC (checkr... (diff) | |
download | historical-a4f7e5dbb904e3acb8f78dc0546f0664894493a7.tar.gz historical-a4f7e5dbb904e3acb8f78dc0546f0664894493a7.tar.bz2 historical-a4f7e5dbb904e3acb8f78dc0546f0664894493a7.zip |
Update init script to work with current development version of OpenRC (checkroot -> root; checkfs -> fsck).
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'app-emulation/open-vm-tools/files')
-rw-r--r-- | app-emulation/open-vm-tools/files/open-vm.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/open-vm-tools/files/open-vm.initd b/app-emulation/open-vm-tools/files/open-vm.initd index 66cbdabf94a6..d4f96cc87655 100644 --- a/app-emulation/open-vm-tools/files/open-vm.initd +++ b/app-emulation/open-vm-tools/files/open-vm.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ DND_TMPDIR="/tmp/VMwareDnD" USER_GROUP="root:vmware" @@ -11,7 +11,7 @@ PIDFILE="/var/run/vmware-guestd.pid" MOUNTPOINT="/proc/fs/vmblock/mountPoint" depend() { - before checkfs net X + before checkfs fsck net X } start() { |