From: Michael Olson Date: Wed, 29 Aug 2007 17:52:31 +0000 (+0000) Subject: Fix typo in last commit to scripts/hcoop-publish X-Git-Tag: release_2010-11-19~179 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/050655b6e056c024e410e26165a40f125e53b9ed Fix typo in last commit to scripts/hcoop-publish --- diff --git a/scripts/domtool-publish b/scripts/domtool-publish index 4ae5f4e..fd8b8fc 100755 --- a/scripts/domtool-publish +++ b/scripts/domtool-publish @@ -41,7 +41,7 @@ case $1 in /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/chgrp u=rw,g=rw,o=r /etc/bind/named.conf.local + /bin/chmod u=rw,g=rw,o=r /etc/bind/named.conf.local /etc/init.d/bind9 reload ;; exim)