Bug 65624 - rc.subrify dns/maradns port
Summary: rc.subrify dns/maradns port
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: Clement Laforet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-16 15:10 UTC by Alex Kapranoff
Modified: 2004-04-18 16:33 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (4.74 KB, patch)
2004-04-16 15:10 UTC, Alex Kapranoff
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!