Date: Thu, 18 Dec 2014 21:03:31 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374922 - in head/emulators/virtualbox-ose: . files Message-ID: <201412182103.sBIL3V5e082578@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412182103.sBIL3V5e082578>