From d02788eb9ddcf2643c05245719684e859239713a Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 27 Mar 2014 13:30:12 +0000 Subject: - Fix startup script - Fix whitespace PR: 188011 Submitted by: takefu Sponsored by: Absolight --- dns/bind99/Makefile | 4 ++-- dns/bind99/files/named.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dns/bind99') diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index c043cc7793b7..c1c794869dcc 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.9.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -70,7 +70,7 @@ SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} SSL_USE= openssl=yes SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl -NEWSTATS_CONFIGURE_ENABLE= newstats +NEWSTATS_CONFIGURE_ENABLE= newstats IDN_USES= iconv IDN_CONFIGURE_ON= --with-idn=${LOCALBASE} ${ICONV_CONFIGURE_BASE} diff --git a/dns/bind99/files/named.in b/dns/bind99/files/named.in index a96865fa04fe..3fea471bf2c4 100644 --- a/dns/bind99/files/named.in +++ b/dns/bind99/files/named.in @@ -80,7 +80,7 @@ create_file() if [ -e "$1" ]; then unlink $1 fi - install -u root -g wheel -m 0644 /dev/null $1 + install -o root -g wheel -m 0644 /dev/null $1 } named_prestart() @@ -93,7 +93,7 @@ named_prestart() echo ${pidfile%/pid} if [ ! -d ${pidfile%/pid} ]; then - install -d -u ${named_uid} -g ${named_uid} ${pidfile%/pid} + install -d -o ${named_uid} -g ${named_uid} ${pidfile%/pid} fi command_args="-u ${named_uid:=root} -c $named_conf $command_args" -- cgit