diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-03-06 17:12:52 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-03-06 17:12:52 +0000 |
commit | 93f4bf8487e05a68314b1f6b4a57189de5384926 (patch) | |
tree | ec09a281e7cbfe6feeffd8b0c5bed9c35df0c8e6 /dns | |
parent | f40d9144354548c994ddfb75c95379232c5ab338 (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 2 | ||||
-rw-r--r-- | dns/bind98/files/named | 3 | ||||
-rw-r--r-- | dns/bind99/Makefile | 2 | ||||
-rw-r--r-- | dns/bind99/files/named | 3 |
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 |