aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-12-19 05:03:30 +0800
committerjkim <jkim@FreeBSD.org>2014-12-19 05:03:30 +0800
commit1eec02932c53bebe68650f1b124bbbade75e4936 (patch)
tree664283e9a7f990cc5cfa5a9d8765dfa5efa6ad84 /emulators
parent9d960b17d0d4bb4e9138f06c84b06726729fb6a8 (diff)
downloadfreebsd-ports-graphics-1eec02932c53bebe68650f1b124bbbade75e4936.tar.gz
freebsd-ports-graphics-1eec02932c53bebe68650f1b124bbbade75e4936.tar.zst
freebsd-ports-graphics-1eec02932c53bebe68650f1b124bbbade75e4936.zip
Let vboxwatchdog properly create a pidfile.
PR: 196104
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtualbox-ose/Makefile2
-rw-r--r--emulators/virtualbox-ose/files/vboxwatchdog.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index 5359ebf57f6..ac569203c2b 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -3,7 +3,7 @@
PORTNAME= virtualbox-ose
DISTVERSION= 4.3.20
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
http://tmp.chruetertee.ch/ \
diff --git a/emulators/virtualbox-ose/files/vboxwatchdog.in b/emulators/virtualbox-ose/files/vboxwatchdog.in
index 17be9c243bb..13fabab8cc3 100644
--- a/emulators/virtualbox-ose/files/vboxwatchdog.in
+++ b/emulators/virtualbox-ose/files/vboxwatchdog.in
@@ -48,6 +48,6 @@ load_rc_config $name
: ${vboxwatchdog_enable="NO"}
: ${vboxwatchdog_user="%%VBOXUSER%%"}
-: ${vboxwatchdog_flags="-b"}
+: ${vboxwatchdog_flags=""}
run_rc_command "$1"