diff options
author | mat <mat@FreeBSD.org> | 2014-03-07 01:12:52 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-03-07 01:12:52 +0800 |
commit | face2406a5c91549da78817393a7030a1a2696a9 (patch) | |
tree | ec09a281e7cbfe6feeffd8b0c5bed9c35df0c8e6 /dns/bind99 | |
parent | 151e8551d02559da98742cb1d25c12af9df5ba8a (diff) | |
download | freebsd-ports-gnome-face2406a5c91549da78817393a7030a1a2696a9.tar.gz freebsd-ports-gnome-face2406a5c91549da78817393a7030a1a2696a9.tar.zst freebsd-ports-gnome-face2406a5c91549da78817393a7030a1a2696a9.zip |
Try and have BIND start earlier.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 2 | ||||
-rw-r--r-- | dns/bind99/files/named | 3 |
2 files changed, 3 insertions, 2 deletions
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 |