diff options
author | bapt <bapt@FreeBSD.org> | 2010-11-26 00:04:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-11-26 00:04:00 +0800 |
commit | a7e37135b19f354081c970f79028cc7d74582e5d (patch) | |
tree | 81f1441927ce27479f0b62f152d1ee10633382cc /dns | |
parent | ca27ec8338d94a744047b4bf64cc61c4209a282d (diff) | |
download | freebsd-ports-gnome-a7e37135b19f354081c970f79028cc7d74582e5d.tar.gz freebsd-ports-gnome-a7e37135b19f354081c970f79028cc7d74582e5d.tar.zst freebsd-ports-gnome-a7e37135b19f354081c970f79028cc7d74582e5d.zip |
- fix status command in rc file
- while here remove MD5 entry
bump port revision
PR: ports/152565
Submitted by: eli <elij.mx _at_ gmail.com>
Approved by: Jaap Akkerhuis <jaap _at_ nlnetlabs.nl>
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nsd/Makefile | 2 | ||||
-rw-r--r-- | dns/nsd/distinfo | 1 | ||||
-rw-r--r-- | dns/nsd/files/nsd.in | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index bef7a8f00df0..e0501b26eff2 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= nsd PORTVERSION= 3.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index 92cfaaec559b..140b17bc2355 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,3 +1,2 @@ -MD5 (nsd-3.2.6.tar.gz) = f29abd647c70a35e0f52607440c66b1a SHA256 (nsd-3.2.6.tar.gz) = 858bc6cd2cb81c2e364b9a8a324c97f38a8c676b9f5ae8e07a100d8f528d8d6e SIZE (nsd-3.2.6.tar.gz) = 865021 diff --git a/dns/nsd/files/nsd.in b/dns/nsd/files/nsd.in index 77191dcea87f..9ced2414811f 100644 --- a/dns/nsd/files/nsd.in +++ b/dns/nsd/files/nsd.in @@ -20,6 +20,7 @@ required_files=%%PREFIX%%/etc/nsd/nsd.conf command=%%PREFIX%%/sbin/nsdc command_args="start" pidfile=`%%PREFIX%%/sbin/nsd-checkconf -o pidfile %%PREFIX%%/etc/nsd/nsd.conf` +procname=%%PREFIX%%/sbin/${name} load_rc_config ${name} |