Bug 65624

Summary: rc.subrify dns/maradns port
Product: Ports & Packages Reporter: Alex Kapranoff <kappa>
Component: Individual Port(s)Assignee: Clement Laforet <clement>
Status: Closed FIXED    
Severity: Affects Only Me CC: clement
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Alex Kapranoff 2004-04-16 15:10:30 UTC
	
This patch does:
1. Make dns/maradns startup script use rc.subr(8).
2. Provide additional startup script for zoneserver(8) program
needed to run an authorative primary nameserver.
3. Both these scripts pipe programs' output into logger(1) so
that maradns logs into syslog.
4. Installs an example zonefile in maradns (csv1) format.
5. Replaces several ${MKDIR}s with one ${MKDIR} -p.

I don't think that a repocopy of maradns.sh.sample is needed as
the new script is a complete rewrite from scratch.
Comment 1 Clement Laforet freebsd_committer freebsd_triage 2004-04-16 15:22:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clement

Mine.
Comment 2 Clement Laforet freebsd_committer freebsd_triage 2004-04-18 16:32:48 UTC
State Changed
From-To: open->closed

Committed, thanks!