diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-11-25 16:04:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-11-25 16:04:00 +0000 |
commit | 02e52a4d952b50ea3086d1cf4935878aa5469019 (patch) | |
tree | 8e4838040e61e3cb3c752973a32c97b851a751dc | |
parent | - Update openarena to 0.8.5 and spin out two extra ports (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=265141
-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} |