diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-23 08:07:48 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-23 08:07:48 +0000 |
commit | bfd251c595b5821d21dae26abc567b776b46f27e (patch) | |
tree | 4bb00d54612cc07719d6d27618421814ff614ca7 /dns/nsd | |
parent | 3c741dc25bc90e04f2f439a26b3b9dbe61ad0d11 (diff) | |
download | ports-bfd251c595b5821d21dae26abc567b776b46f27e.tar.gz ports-bfd251c595b5821d21dae26abc567b776b46f27e.zip |
Notes
Diffstat (limited to 'dns/nsd')
-rw-r--r-- | dns/nsd/Makefile | 1 | ||||
-rw-r--r-- | dns/nsd/files/nsd.sh.tmpl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 5bc4c946bfe0..aadf8231461f 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -7,6 +7,7 @@ PORTNAME= nsd PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ diff --git a/dns/nsd/files/nsd.sh.tmpl b/dns/nsd/files/nsd.sh.tmpl index 758b5f53060a..a1e1a644e588 100644 --- a/dns/nsd/files/nsd.sh.tmpl +++ b/dns/nsd/files/nsd.sh.tmpl @@ -17,7 +17,7 @@ rcvar=`set_rcvar` prefix=%%PREFIX%% -required_files=%%NSDDIR%%/nsd.zones +required_files=%%NSDDIR%%/nsd.conf command=/usr/local/sbin/${name} pidfile=/var/run/${name}.pid |