summaryrefslogtreecommitdiff
path: root/net/bind9-current/files
diff options
context:
space:
mode:
authoritojun <itojun>2001-02-04 10:39:11 +0000
committeritojun <itojun>2001-02-04 10:39:11 +0000
commitb55264faa4fdf4bbf443fe466ac8ac36ea9fab3a (patch)
treef0dd18f7d5834db68bb4e922cb10f1f26202bc80 /net/bind9-current/files
parent8799570db73ab0e09f9fb5d0b4384a1213244ac3 (diff)
downloadpkgsrc-b55264faa4fdf4bbf443fe466ac8ac36ea9fab3a.tar.gz
update to 9.2.0s20010119. remove IGNORE.
694. [bug] $GENERATE did not produce the last entry. [RT #682, #683] 693. [bug] An empty lwres statement in named.conf caused the server to crash while loading. 692. [bug] Deal with systems that have getaddrinfo() but not gai_strerror(). [RT #679] 691. [bug] Configuring per-view forwarders caused an assertion failure. [RT #675] 690. [func] $GENERATE now supports DNAME. [RT #654] 689. [doc] man pages are now installed. [RT #210] 688. [func] "make tags" now works on systems with the "Exuberant Ctags" etags.
Diffstat (limited to 'net/bind9-current/files')
-rw-r--r--net/bind9-current/files/md54
-rw-r--r--net/bind9-current/files/named.sh28
-rw-r--r--net/bind9-current/files/patch-sum9
3 files changed, 38 insertions, 3 deletions
diff --git a/net/bind9-current/files/md5 b/net/bind9-current/files/md5
index f129d6098fa..245fd075d08 100644
--- a/net/bind9-current/files/md5
+++ b/net/bind9-current/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.2 2001/01/03 17:15:51 itojun Exp $
+$NetBSD: md5,v 1.3 2001/02/04 10:39:12 itojun Exp $
-MD5 (bind/9.1.0b2/bind-9.1.0b2.tar.gz) = 7a53d339e51b59ee2f1a4e663b3f2e2a
+MD5 (bind/9.2.0s20010119/bind-9.2.0s20010119.tar.gz) = 22b1ee9ce83a52aef4a4ee98ee72f504
diff --git a/net/bind9-current/files/named.sh b/net/bind9-current/files/named.sh
new file mode 100644
index 00000000000..ed0fb29088b
--- /dev/null
+++ b/net/bind9-current/files/named.sh
@@ -0,0 +1,28 @@
+#!/bin/sh
+
+# PROVIDE: named
+# REQUIRE: SERVERS
+
+. /etc/rc.subr
+
+name="named"
+rcvar=${name}9
+command="@PREFIX@/sbin/${name}"
+pidfile="/var/run/${name}.pid"
+
+extra_commands="reload"
+
+load_rc_config ${name}9 # check /etc/rc.conf.d/named9
+
+named_precmd()
+{
+ # Die if $named is also set (i.e. the system's named is not disabled
+ if checkyesno named ; then
+ warn \
+ "disable 'named' when setting 'named9'!"
+ return 1
+ fi
+}
+start_precmd="named_precmd"
+
+run_rc_command "$1"
diff --git a/net/bind9-current/files/patch-sum b/net/bind9-current/files/patch-sum
index 47eb78c8efc..68494a90691 100644
--- a/net/bind9-current/files/patch-sum
+++ b/net/bind9-current/files/patch-sum
@@ -1,3 +1,10 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/12/15 18:41:50 itojun Exp $
+$NetBSD: patch-sum,v 1.2 2001/02/04 10:39:12 itojun Exp $
MD5 (patch-aa) = 3be805415711351895d5a56902402991
+MD5 (patch-ab) = 124eeb4bc27370c87c6b16c47d8fc8b3
+MD5 (patch-ac) = 2f4f965b6829686ccad44bd79013b91b
+MD5 (patch-ad) = a9fab71d9a7bdb2f81a199990a4b1258
+MD5 (patch-ae) = eedcdca3234f09ebbea1cfeb0edf6328
+MD5 (patch-af) = be4db95257198328567b7b6adef4a0ae
+MD5 (patch-ag) = 0e16722dc669ce3b617f46f7b82a910c
+MD5 (patch-ah) = f18716a5ede7acf819062adb99587c65