diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2004-03-21 03:12:42 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2004-03-21 03:12:42 +0000 |
commit | 637c4ad272746aa9c7a626b698e2e46a502e67f2 (patch) | |
tree | b8ebc8f585f0edc5dfb251e31fa5e563009bd7c3 /emulators | |
parent | 1) make package-rename section better (diff) |
Kill Linux-guest specific bogus messages by vmware-guestd.
In fact, the message was killed in old startup script. While converting
to the script for RCng era, I just forget to do that. I don't know that
"command_args" variable is ok in this case , but /etc/rc.d/ipxrouted
and /etc/rc.d/ntpdate already did it so it seems there's no problem.
Since the script is changed, bump PORTREVISION.
Noticed by: Alan Barber <abarber _at_ alanbarber.org>
Pointy hat to: matusita
Notes
Notes:
svn path=/head/; revision=104806
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware-guestd4/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware-guestd4/files/vmware-guestd.sh | 1 | ||||
-rw-r--r-- | emulators/vmware-guestd4/files/vmware-guestd.sh.in | 1 | ||||
-rw-r--r-- | emulators/vmware-guestd5/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware-guestd5/files/vmware-guestd.sh | 1 | ||||
-rw-r--r-- | emulators/vmware-guestd5/files/vmware-guestd.sh.in | 1 | ||||
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware-guestd6/files/vmware-guestd.sh | 1 | ||||
-rw-r--r-- | emulators/vmware-guestd6/files/vmware-guestd.sh.in | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/emulators/vmware-guestd4/Makefile b/emulators/vmware-guestd4/Makefile index 96f7b840b772..264ba0936490 100644 --- a/emulators/vmware-guestd4/Makefile +++ b/emulators/vmware-guestd4/Makefile @@ -7,6 +7,7 @@ PORTNAME= vmware PORTVERSION= ${VMWARE_VER}.${BUILD_VER} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= # bundled with VMware itself PKGNAMESUFFIX?= -guestd diff --git a/emulators/vmware-guestd4/files/vmware-guestd.sh b/emulators/vmware-guestd4/files/vmware-guestd.sh index 3fda127b1fee..47ceb24b2c00 100644 --- a/emulators/vmware-guestd4/files/vmware-guestd.sh +++ b/emulators/vmware-guestd4/files/vmware-guestd.sh @@ -41,6 +41,7 @@ unset start_cmd stop_precmd="${checkvm_cmd}" unset stop_cmd command="${PREFIX}/sbin/vmware-guestd" +command_args=">/dev/null 2>&1" pidfile="/var/run/${name}.pid" load_rc_config $name diff --git a/emulators/vmware-guestd4/files/vmware-guestd.sh.in b/emulators/vmware-guestd4/files/vmware-guestd.sh.in index 3fda127b1fee..47ceb24b2c00 100644 --- a/emulators/vmware-guestd4/files/vmware-guestd.sh.in +++ b/emulators/vmware-guestd4/files/vmware-guestd.sh.in @@ -41,6 +41,7 @@ unset start_cmd stop_precmd="${checkvm_cmd}" unset stop_cmd command="${PREFIX}/sbin/vmware-guestd" +command_args=">/dev/null 2>&1" pidfile="/var/run/${name}.pid" load_rc_config $name diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 96f7b840b772..264ba0936490 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -7,6 +7,7 @@ PORTNAME= vmware PORTVERSION= ${VMWARE_VER}.${BUILD_VER} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= # bundled with VMware itself PKGNAMESUFFIX?= -guestd diff --git a/emulators/vmware-guestd5/files/vmware-guestd.sh b/emulators/vmware-guestd5/files/vmware-guestd.sh index 3fda127b1fee..47ceb24b2c00 100644 --- a/emulators/vmware-guestd5/files/vmware-guestd.sh +++ b/emulators/vmware-guestd5/files/vmware-guestd.sh @@ -41,6 +41,7 @@ unset start_cmd stop_precmd="${checkvm_cmd}" unset stop_cmd command="${PREFIX}/sbin/vmware-guestd" +command_args=">/dev/null 2>&1" pidfile="/var/run/${name}.pid" load_rc_config $name diff --git a/emulators/vmware-guestd5/files/vmware-guestd.sh.in b/emulators/vmware-guestd5/files/vmware-guestd.sh.in index 3fda127b1fee..47ceb24b2c00 100644 --- a/emulators/vmware-guestd5/files/vmware-guestd.sh.in +++ b/emulators/vmware-guestd5/files/vmware-guestd.sh.in @@ -41,6 +41,7 @@ unset start_cmd stop_precmd="${checkvm_cmd}" unset stop_cmd command="${PREFIX}/sbin/vmware-guestd" +command_args=">/dev/null 2>&1" pidfile="/var/run/${name}.pid" load_rc_config $name diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index 96f7b840b772..264ba0936490 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -7,6 +7,7 @@ PORTNAME= vmware PORTVERSION= ${VMWARE_VER}.${BUILD_VER} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= # bundled with VMware itself PKGNAMESUFFIX?= -guestd diff --git a/emulators/vmware-guestd6/files/vmware-guestd.sh b/emulators/vmware-guestd6/files/vmware-guestd.sh index 3fda127b1fee..47ceb24b2c00 100644 --- a/emulators/vmware-guestd6/files/vmware-guestd.sh +++ b/emulators/vmware-guestd6/files/vmware-guestd.sh @@ -41,6 +41,7 @@ unset start_cmd stop_precmd="${checkvm_cmd}" unset stop_cmd command="${PREFIX}/sbin/vmware-guestd" +command_args=">/dev/null 2>&1" pidfile="/var/run/${name}.pid" load_rc_config $name diff --git a/emulators/vmware-guestd6/files/vmware-guestd.sh.in b/emulators/vmware-guestd6/files/vmware-guestd.sh.in index 3fda127b1fee..47ceb24b2c00 100644 --- a/emulators/vmware-guestd6/files/vmware-guestd.sh.in +++ b/emulators/vmware-guestd6/files/vmware-guestd.sh.in @@ -41,6 +41,7 @@ unset start_cmd stop_precmd="${checkvm_cmd}" unset stop_cmd command="${PREFIX}/sbin/vmware-guestd" +command_args=">/dev/null 2>&1" pidfile="/var/run/${name}.pid" load_rc_config $name |