diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-13 19:13:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-13 19:13:59 +0000 |
commit | c7552bff6f5f613b5bc969f0757caad347468bd0 (patch) | |
tree | 1e3a6f6550cf2b9ab48f9afdbc4f6463dcb2b0dc /app-emulation | |
parent | stable baby (diff) | |
download | gentoo-2-c7552bff6f5f613b5bc969f0757caad347468bd0.tar.gz gentoo-2-c7552bff6f5f613b5bc969f0757caad347468bd0.tar.bz2 gentoo-2-c7552bff6f5f613b5bc969f0757caad347468bd0.zip |
license update
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-workstation/files/3.2.1.2242/vmware | 6 | ||||
-rw-r--r-- | app-emulation/vmware-workstation/files/vmware.rc | 6 | ||||
-rw-r--r-- | app-emulation/win4lin/files/win4lin.initd.new | 20 |
3 files changed, 16 insertions, 16 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 8f32d2adb9bc..1f23dc74c008 100644 --- a/app-emulation/vmware-workstation/files/3.2.1.2242/vmware +++ b/app-emulation/vmware-workstation/files/3.2.1.2242/vmware @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/files/3.2.1.2242/vmware,v 1.1 2003/08/20 12:57:37 aliz Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.2 2004/02/13 19:13:59 vapier Exp $ depend() { need localmount diff --git a/app-emulation/vmware-workstation/files/vmware.rc b/app-emulation/vmware-workstation/files/vmware.rc index 207248a89f45..c844da94b846 100644 --- a/app-emulation/vmware-workstation/files/vmware.rc +++ b/app-emulation/vmware-workstation/files/vmware.rc @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/files/vmware.rc,v 1.1 2003/08/30 14:51:13 wolf31o2 Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.2 2004/02/13 19:13:59 vapier Exp $ depend() { need localmount diff --git a/app-emulation/win4lin/files/win4lin.initd.new b/app-emulation/win4lin/files/win4lin.initd.new index dd123d3be68f..fab77937d125 100644 --- a/app-emulation/win4lin/files/win4lin.initd.new +++ b/app-emulation/win4lin/files/win4lin.initd.new @@ -1,21 +1,21 @@ #!/sbin/runscript -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/files/win4lin.initd.new,v 1.1 2003/06/19 15:55:33 bass Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/win4lin/files/win4lin.initd.new,v 1.2 2004/02/13 19:13:59 vapier Exp $ depend() { - need net + need net } start() { - ebegin "Starting Win4Lin" - /etc/rc.d/init.d/Win4Lin start >/tmp/win4lin_init.log - eend $? + ebegin "Starting Win4Lin" + /etc/rc.d/init.d/Win4Lin start > /dev/null + eend $? } stop() { - ebegin "Stopping Win4Lin" - /etc/rc.d/init.d/Win4Lin stop >/tmp/win4lin_init.log - eend $? + ebegin "Stopping Win4Lin" + /etc/rc.d/init.d/Win4Lin stop > /dev/null + eend $? } |