svn commit: r374922 - in head/emulators/virtualbox-ose: . files

Jung-uk Kim jkim at FreeBSD.org
Thu Dec 18 21:03:31 UTC 2014


Author: jkim
Date: Thu Dec 18 21:03:30 2014
New Revision: 374922
URL: https://svnweb.freebsd.org/changeset/ports/374922
QAT: https://qat.redports.org/buildarchive/r374922/

Log:
  Let vboxwatchdog properly create a pidfile.
  
  PR:		196104

Modified:
  head/emulators/virtualbox-ose/Makefile
  head/emulators/virtualbox-ose/files/vboxwatchdog.in

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Thu Dec 18 21:02:55 2014	(r374921)
+++ head/emulators/virtualbox-ose/Makefile	Thu Dec 18 21:03:30 2014	(r374922)
@@ -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/ \

Modified: head/emulators/virtualbox-ose/files/vboxwatchdog.in
==============================================================================
--- head/emulators/virtualbox-ose/files/vboxwatchdog.in	Thu Dec 18 21:02:55 2014	(r374921)
+++ head/emulators/virtualbox-ose/files/vboxwatchdog.in	Thu Dec 18 21:03:30 2014	(r374922)
@@ -48,6 +48,6 @@ load_rc_config $name
 
 : ${vboxwatchdog_enable="NO"}
 : ${vboxwatchdog_user="%%VBOXUSER%%"}
-: ${vboxwatchdog_flags="-b"}
+: ${vboxwatchdog_flags=""}
 
 run_rc_command "$1"


More information about the svn-ports-head mailing list