From: Clinton Ebadi Date: Fri, 4 Jan 2013 08:34:08 +0000 (-0500) Subject: Remove `bind_config' group chowning from domtool-publish X-Git-Tag: release_20120104~1 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/438b8bdde50904d3f81ef2e2e89bb81909e2ea33 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. --- 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)