diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2014-01-07 09:55:06 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2014-01-07 09:55:06 +0000 |
commit | fe8682b27c88238178ed7a8ed5bd7de2b3f840f2 (patch) | |
tree | 9598ccf8b8cbacb82bc13dae0ff9721d362b4a5b /dns/bind98 | |
parent | d1169b184f0cfb46513fa3b81b98a1e9a7d98a08 (diff) | |
download | ports-fe8682b27c88238178ed7a8ed5bd7de2b3f840f2.tar.gz ports-fe8682b27c88238178ed7a8ed5bd7de2b3f840f2.zip |
Notes
Diffstat (limited to 'dns/bind98')
-rw-r--r-- | dns/bind98/Makefile | 2 | ||||
-rw-r--r-- | dns/bind98/files/named | 9 |
2 files changed, 2 insertions, 9 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index c29000cae098..12be4645f25b 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind98 PORTVERSION= 9.8.6 -PORTREVISION= 6 +PORTREVISION= 7 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 cc267553ad1c..14cc340fbd54 100644 --- a/dns/bind98/files/named +++ b/dns/bind98/files/named @@ -98,14 +98,7 @@ named_prestart() chown ${named_uid}:${named_uid} ${pidfile%/pid} fi - command_args="-u ${named_uid:=root}" - - if [ ! "$named_conf" = '/etc/namedb/named.conf' ]; then - case "$named_flags" in - -c*|*' -c'*) ;; # No need to add it - *) command_args="-c $named_conf $command_args" ;; - esac - fi + command_args="-u ${named_uid:=root} -c $named_conf $command_args" local line nsip firstns |