diff options
Diffstat (limited to 'app-emulation/vmware-workstation/files')
-rw-r--r-- | app-emulation/vmware-workstation/files/3.2.1.2242/vmware | 5 | ||||
-rw-r--r-- | app-emulation/vmware-workstation/files/vmware.rc | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emulation/vmware-workstation/files/3.2.1.2242/vmware b/app-emulation/vmware-workstation/files/3.2.1.2242/vmware index f4a7d7530b24..d2cdd438a0a0 100644 --- a/app-emulation/vmware-workstation/files/3.2.1.2242/vmware +++ b/app-emulation/vmware-workstation/files/3.2.1.2242/vmware @@ -1,11 +1,12 @@ #!/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/3.2.1.2242/vmware,v 1.3 2004/07/14 21:24:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/files/3.2.1.2242/vmware,v 1.4 2005/12/19 16:16:08 wolf31o2 Exp $ depend() { need localmount - use logger net + use logger ne + after samba } vmware-prettify() { diff --git a/app-emulation/vmware-workstation/files/vmware.rc b/app-emulation/vmware-workstation/files/vmware.rc index b850a9ee94d0..74c39aba352d 100644 --- a/app-emulation/vmware-workstation/files/vmware.rc +++ b/app-emulation/vmware-workstation/files/vmware.rc @@ -1,11 +1,12 @@ #!/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.rc,v 1.4 2004/07/14 21:24:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/files/vmware.rc,v 1.5 2005/12/19 16:16:08 wolf31o2 Exp $ depend() { need localmount - use logger net samba + use logger net + after samba } vmware-prettify() { |