From 438b8bdde50904d3f81ef2e2e89bb81909e2ea33 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Fri, 4 Jan 2013 03:34:08 -0500 Subject: [PATCH] Remove `bind_config' group chowning from domtool-publish * This was added so that jsl and others could adminster the bind config without full root. No one is doing that now, no reason to require a non-standard group for the time being. --- scripts/domtool-publish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/domtool-publish b/scripts/domtool-publish index da032fe..9a9a01a 100755 --- a/scripts/domtool-publish +++ b/scripts/domtool-publish @@ -40,8 +40,8 @@ case $1 in /usr/bin/rsync -r --delete /var/domtool/zones/ /etc/bind/zones/ /bin/chown -R bind /etc/bind/zones /bin/cp /var/domtool/named.conf.local /etc/bind/ - /bin/chown root:bind_config /etc/bind/named.conf.local - /bin/chmod u=rw,g=rw,o=r /etc/bind/named.conf.local + /bin/chown root:bind /etc/bind/named.conf.local + /bin/chmod 644 /etc/bind/named.conf.local /etc/init.d/bind9 restart ;; exim) -- 2.20.1