summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-03-06 17:12:52 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-03-06 17:12:52 +0000
commit93f4bf8487e05a68314b1f6b4a57189de5384926 (patch)
treeec09a281e7cbfe6feeffd8b0c5bed9c35df0c8e6 /dns
parent- Break lines around 80 characters (diff)
Try and have BIND start earlier.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=347281
Diffstat (limited to 'dns')
-rw-r--r--dns/bind98/Makefile2
-rw-r--r--dns/bind98/files/named3
-rw-r--r--dns/bind99/Makefile2
-rw-r--r--dns/bind99/files/named3
4 files changed, 6 insertions, 4 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile
index 5e01f8ea67f4..260b9e88bd8f 100644
--- a/dns/bind98/Makefile
+++ b/dns/bind98/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bind
PORTVERSION= 9.8.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
diff --git a/dns/bind98/files/named b/dns/bind98/files/named
index 14cc340fbd54..3488f2d2af1d 100644
--- a/dns/bind98/files/named
+++ b/dns/bind98/files/named
@@ -4,7 +4,8 @@
#
# PROVIDE: named
-# REQUIRE: SERVERS FILESYSTEMS
+# REQUIRE: FILESYSTEMS defaultroute
+# BEFORE: NETWORKING
# KEYWORD: shutdown
. /etc/rc.subr
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index 722082cf43ed..918f5aed3672 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bind
PORTVERSION= 9.9.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
diff --git a/dns/bind99/files/named b/dns/bind99/files/named
index 14cc340fbd54..3488f2d2af1d 100644
--- a/dns/bind99/files/named
+++ b/dns/bind99/files/named
@@ -4,7 +4,8 @@
#
# PROVIDE: named
-# REQUIRE: SERVERS FILESYSTEMS
+# REQUIRE: FILESYSTEMS defaultroute
+# BEFORE: NETWORKING
# KEYWORD: shutdown
. /etc/rc.subr