diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-12-19 05:03:30 +0800 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-12-19 05:03:30 +0800 |
commit | 9aba09205c83802d9ce4cf2db1733734e6d00b99 (patch) | |
tree | 664283e9a7f990cc5cfa5a9d8765dfa5efa6ad84 /emulators | |
parent | 4b4c51a119aeb62b4c88c680b21b2f29cafa4ea0 (diff) | |
download | freebsd-ports-gnome-9aba09205c83802d9ce4cf2db1733734e6d00b99.tar.gz freebsd-ports-gnome-9aba09205c83802d9ce4cf2db1733734e6d00b99.tar.zst freebsd-ports-gnome-9aba09205c83802d9ce4cf2db1733734e6d00b99.zip |
Let vboxwatchdog properly create a pidfile.
PR: 196104
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 2 | ||||
-rw-r--r-- | emulators/virtualbox-ose/files/vboxwatchdog.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 5359ebf57f64..ac569203c2b3 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 17be9c243bb5..13fabab8cc3e 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" |