diff options
Diffstat (limited to 'app-emulation/open-vm-tools/files/open-vm.initd')
-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() { |