Bug 196104

Summary: [PATCH] emulators/virtualbox-ose: vboxwatchdog does not properly write pidfile
Product: Ports & Packages Reporter: Bryan Drewery <bdrewery>
Component: Individual Port(s)Assignee: Jung-uk Kim <jkim>
Status: Closed FIXED    
Severity: Affects Only Me CC: jkim
Priority: --- Flags: bugzilla: maintainer-feedback? (vbox)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
vboxwatchdog.diff none

Description Bryan Drewery freebsd_committer freebsd_triage 2014-12-18 19:39:31 UTC
Created attachment 150733 [details]
vboxwatchdog.diff

Due to passing the -b flag, daemon(8) never writes out the pidfile. Remove the -b flag as default and this fixes writing the pid, thus also fixing service vboxwatchdog status/restart/stop.

http://people.freebsd.org/~bdrewery/patches/vboxwatchdog.diff
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-18 19:39:31 UTC
Auto-assigned to maintainer vbox@FreeBSD.org
Comment 2 Jung-uk Kim freebsd_committer freebsd_triage 2014-12-18 21:01:42 UTC
I'll take it.
Comment 3 Jung-uk Kim freebsd_committer freebsd_triage 2014-12-18 21:03:52 UTC
Committed (r374922), thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-12-18 21:04:16 UTC
A commit references this bug:

Author: jkim
Date: Thu Dec 18 21:03:31 UTC 2014
New revision: 374922
URL: https://svnweb.freebsd.org/changeset/ports/374922

Log:
  Let vboxwatchdog properly create a pidfile.

  PR:		196104

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