Bug 103491 - [PATCH] dns/nsd: Fix required_files in rc.d/nsd.sh
Summary: [PATCH] dns/nsd: Fix required_files in rc.d/nsd.sh
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-22 17:20 UTC by kaoru
Modified: 2006-09-23 09:10 UTC (History)
1 user (show)

See Also:


Attachments
nsd-3.0.1.patch (388 bytes, patch)
2006-09-22 17:20 UTC, kaoru
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kaoru 2006-09-22 17:20:36 UTC
NSD 3 is not need nsd.zones. But rc.d/nsd.sh require nsd.zones.
Please use nsd.conf instead of nsd.zones for required_files in rc.d/nsd.sh.

Port maintainer (oli@isnic.is) is cc'd.

Generated with FreeBSD Port Tools 0.63
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-22 17:20:44 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Olafur Osvaldsson 2006-09-22 18:47:39 UTC
This fix to my silly mistake is Approved!  :-)

On 22.9.2006, at 16:20, Edwin Groothuis wrote:

> Maintainer of dns/nsd,
>
> Please note that PR ports/103491 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/103491
>
> -- 
> Edwin Groothuis
> edwin@FreeBSD.org
>

--
Olafur Osvaldsson
Systems Administrator
Internet a Islandi hf.
Email: oli@isnic.is
Tel:   +354 525-5291
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2006-09-23 03:49:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-09-23 09:07:54 UTC
rafan       2006-09-23 08:07:48 UTC

  FreeBSD ports repository

  Modified files:
    dns/nsd              Makefile 
    dns/nsd/files        nsd.sh.tmpl 
  Log:
  - Fix required_files in rc script.
    It requres nsd.conf instead of nsd.zones.
  
  PR:             ports/103491
  Submitted by:   TAKAHASHI Kaoru <kaoru at kaisei.org>
  Approved by:    Olafur Osvaldsson <oli at isnic.is> (maintainer)
  
  Revision  Changes    Path
  1.30      +1 -0      ports/dns/nsd/Makefile
  1.3       +2 -2      ports/dns/nsd/files/nsd.sh.tmpl
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Rong-En Fan freebsd_committer freebsd_triage 2006-09-23 09:08:07 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!