From 93f4bf8487e05a68314b1f6b4a57189de5384926 Mon Sep 17 00:00:00 2001
From: Mathieu Arnold <mat@FreeBSD.org>
Date: Thu, 6 Mar 2014 17:12:52 +0000
Subject: Try and have BIND start earlier.

Sponsored by:	Absolight
---
 dns/bind98/Makefile    | 2 +-
 dns/bind98/files/named | 3 ++-
 dns/bind99/Makefile    | 2 +-
 dns/bind99/files/named | 3 ++-
 4 files changed, 6 insertions(+), 4 deletions(-)

(limited to 'dns')

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
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0