I propose this improvement for nsd rc script. - Add status and reload commands - nsd refuse to start without database, launch nsdc rebuild if database doesn't exists - Remove sleep from stop command (I suppose nsdc patch block until finished no ?)
Maintainer of dns/nsd, Please note that PR ports/152331 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/152331 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Yes, this seems fine to me. Thanks Philippe. jaap Maintainer of dns/nsd, Please note that PR ports/152331 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/152331 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: freebsd-ports-bugs->bapt I'll take it.
bapt 2010-11-24 15:44:15 UTC FreeBSD ports repository Modified files: dns/nsd Makefile dns/nsd/files nsd.in Log: improvements on rc script: - support reload command - use nsdc cli has command and let it perform the actual start,stop,... of the daemon - at start check if the database exists if not built it (this prevent the daemon to fail at starting) - remove the now userless sleep in stop command bump portrevision PR: ports/152331 Submitted by: Philippe Pepiot <phil _at_ philpep.org> Approved by: Jaap Akkerhuis <jaap _at_ NLnetLabs.nl> (maintainer) Revision Changes Path 1.50 +1 -0 ports/dns/nsd/Makefile 1.7 +22 -7 ports/dns/nsd/files/nsd.in _______________________________________________ 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"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!