Bug 245141 - dns/dsc: Daemon will not run with default config
Summary: dns/dsc: Daemon will not run with default config
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Craig Leres
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2020-03-28 15:12 UTC by John W. O'Brien
Modified: 2020-04-12 16:42 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (freebsd)


Attachments
dns/dsc: Improve out-of-box behavior (1.39 KB, text/plain)
2020-03-28 15:12 UTC, John W. O'Brien
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description John W. O'Brien 2020-03-28 15:12:51 UTC
Created attachment 212804 [details]
dns/dsc: Improve out-of-box behavior

The sample configuration refers to an invalid PID file location, and a non-existent data directory.


Changelog
=========

*   Set PID file location to match RC script default
*   Create default data directory
*   While here, drop dependency on dns/dsp, which is not required to collect stats


QA
==

portlint: OK
poudriere: OK -- testport on 12.1R-p3 amd64
Comment 1 Automation User 2020-04-12 01:13:26 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/135068292
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-12 16:36:34 UTC
A commit references this bug:

Author: leres
Date: Sun Apr 12 16:35:39 UTC 2020
New revision: 531533
URL: https://svnweb.freebsd.org/changeset/ports/531533

Log:
  dns/dsc: Improve out-of-box behavior

  (From the PR) The sample configuration refers to an invalid PID
  file location, and a non-existent data directory.

   - Set PID file location to match RC script default
   - Create default data directory
   - While here, drop dependency on dns/dsp, which is not required
     to collect stats

  PR:		245141
  Submitted by:	John W. O'Brien
  Approved by:	Leo Vandewoestijne (maintainer timeout, 2 weeks)

Changes:
  head/dns/dsc/Makefile
  head/dns/dsc/pkg-plist
Comment 3 Craig Leres freebsd_committer freebsd_triage 2020-04-12 16:42:20 UTC
Thanks for the patch!