diff options
author | rafan <rafan@FreeBSD.org> | 2006-09-23 16:07:48 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-09-23 16:07:48 +0800 |
commit | 57ceedcd828f204b2aa9646d56cf1a7284015e41 (patch) | |
tree | 77ee551c3c73a230ef19610c8faf2771fad7b7f9 /dns/nsd | |
parent | 9d9289925fa0a493a7d506095794909c37dcafa9 (diff) | |
download | freebsd-ports-gnome-57ceedcd828f204b2aa9646d56cf1a7284015e41.tar.gz freebsd-ports-gnome-57ceedcd828f204b2aa9646d56cf1a7284015e41.tar.zst freebsd-ports-gnome-57ceedcd828f204b2aa9646d56cf1a7284015e41.zip |
- Fix required_files in rc script.
It requres nsd.conf instead of nsd.zones.
PR: ports/103491
Submitted by: TAKAHASHI Kaoru <kaoru at kaisei.org>
Approved by: Olafur Osvaldsson <oli at isnic.is> (maintainer)
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 |