From owner-svn-ports-all@FreeBSD.ORG Thu Dec 18 21:03:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF41A300; Thu, 18 Dec 2014 21:03:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB5012434; Thu, 18 Dec 2014 21:03:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBIL3VSY082580; Thu, 18 Dec 2014 21:03:31 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBIL3V5e082578; Thu, 18 Dec 2014 21:03:31 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201412182103.sBIL3V5e082578@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 18 Dec 2014 21:03:31 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2014 21:03:31 -0000 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"