Bug 192102 - [maintainer][patch] fix duplication of flags in dns/gdnsd
Summary: [maintainer][patch] fix duplication of flags in dns/gdnsd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-24 22:52 UTC by Allan Jude
Modified: 2014-07-24 23:38 UTC (History)
1 user (show)

See Also:


Attachments
remove the duplication of gdnsd_flags in command_args (377 bytes, patch)
2014-07-24 22:52 UTC, Allan Jude
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Jude freebsd_committer freebsd_triage 2014-07-24 22:52:07 UTC
Created attachment 144951 [details]
remove the duplication of gdnsd_flags in command_args

When dns/gdnsd is started by the rc script, the $gdnsd_flags are included in the start command twice
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-24 23:37:22 UTC
A commit references this bug:

Author: danilo
Date: Thu Jul 24 23:37:10 UTC 2014
New revision: 362860
URL: http://svnweb.freebsd.org/changeset/ports/362860

Log:
  - Remove the duplication of gdnsd_flags in command_args

  PR:		ports/192102
  Submitted by:	Allan Jude <allanjude@FreeBSD.org>

Changes:
  head/dns/gdnsd/files/gdnsd.in
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-07-24 23:38:28 UTC
Committed. Thanks!