summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-13 19:13:59 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-13 19:13:59 +0000
commit30d7dc851335a99ff84a96959cc2e47157393bb7 (patch)
tree176fcce31ead1d5617c5da4f7549ce76d770cfb9 /app-emulation
parentstable baby (diff)
downloadhistorical-30d7dc851335a99ff84a96959cc2e47157393bb7.tar.gz
historical-30d7dc851335a99ff84a96959cc2e47157393bb7.tar.bz2
historical-30d7dc851335a99ff84a96959cc2e47157393bb7.zip
license update
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vmware-workstation/files/3.2.1.2242/vmware6
-rw-r--r--app-emulation/vmware-workstation/files/vmware.rc6
-rw-r--r--app-emulation/win4lin/files/win4lin.initd.new20
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 $?
}