diff options
-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 |