summaryrefslogtreecommitdiff
path: root/net/nsd/files/nsd.sh
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-11 23:48:40 +0000
committerjoerg <joerg>2007-08-11 23:48:40 +0000
commit8031068a9b534bb40c9e631f1badb70dceff101f (patch)
tree995d53219a54cdf8e9ce839d0f902316769ce77b /net/nsd/files/nsd.sh
parent677a6c4262d93816619e541913bff5b2c77ad55a (diff)
downloadpkgsrc-8031068a9b534bb40c9e631f1badb70dceff101f.tar.gz
Update nsd to 3.0.5:
NOTE: the configuration file format has changed. Don't update blindly. Major changes: - integrated AXFR/IXFR support for zone transfer. IXFR is not supported when acting as master. - TSIG authentication support for queries, notifies and zone transfers. - full NOTIFY support - DNAME type is supported - experimental support for NSEC3 and NSID, not enabled in pkgsrc - various bug fixes.
Diffstat (limited to 'net/nsd/files/nsd.sh')
-rw-r--r--net/nsd/files/nsd.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/nsd/files/nsd.sh b/net/nsd/files/nsd.sh
index 529ca7dca94..d1513431010 100644
--- a/net/nsd/files/nsd.sh
+++ b/net/nsd/files/nsd.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: nsd.sh,v 1.1 2005/11/05 21:27:53 joerg Exp $
+# $NetBSD: nsd.sh,v 1.2 2007/08/11 23:48:40 joerg Exp $
#
# PROVIDE: nsd
# REQUIRE: DAEMON
@@ -11,8 +11,6 @@
name="nsd"
rcvar=${name}
-required_files="@PKG_SYSCONFDIR@/nsd/nsd.zones @NSDDB@"
-
command=/usr/pkg/sbin/${name}
pidfile=/var/run/${name}.pid