summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-04-23 15:41:38 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-04-23 15:41:38 +0000
commitfb61f01b905a6612588525499a01a3c6ebd34e31 (patch)
tree4c72eeb0c6bccea0af4a3856fc04e1b13ff47c43 /app-emulation/vmware-workstation/files
parentUnkeyworded ~sparc see #175473 (diff)
downloadhistorical-fb61f01b905a6612588525499a01a3c6ebd34e31.tar.gz
historical-fb61f01b905a6612588525499a01a3c6ebd34e31.tar.bz2
historical-fb61f01b905a6612588525499a01a3c6ebd34e31.zip
Added use hald to the VMware Workstation init script thanks to bug #155450.
Package-Manager: portage-2.1.2.3
Diffstat (limited to 'app-emulation/vmware-workstation/files')
-rw-r--r--app-emulation/vmware-workstation/files/vmware-workstation.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/vmware-workstation/files/vmware-workstation.rc b/app-emulation/vmware-workstation/files/vmware-workstation.rc
index 9085036aac76..eee0a12687e1 100644
--- a/app-emulation/vmware-workstation/files/vmware-workstation.rc
+++ b/app-emulation/vmware-workstation/files/vmware-workstation.rc
@@ -1,11 +1,11 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/files/vmware-workstation.rc,v 1.2 2007/03/07 17:46:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/files/vmware-workstation.rc,v 1.3 2007/04/23 15:41:38 wolf31o2 Exp $
depend() {
need localmount
- use logger net
+ use logger net hald
after samba
}