diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-19 16:16:08 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-12-19 16:16:08 +0000 |
commit | 889d49961a90100dc12c95eefc4d3588c516a738 (patch) | |
tree | a56356da558268735998fc8aaff390c53a72dced /app-emulation/vmware-workstation/files | |
parent | Fixing fixinstall file and made it install properly. (diff) | |
download | gentoo-2-889d49961a90100dc12c95eefc4d3588c516a738.tar.gz gentoo-2-889d49961a90100dc12c95eefc4d3588c516a738.tar.bz2 gentoo-2-889d49961a90100dc12c95eefc4d3588c516a738.zip |
Adjusted init script dependencies and closing bug #103069.
(Portage version: 2.0.53)
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() { |