Comment 8 for bug 1042868

Revision history for this message
Julian Edwards (julian-edwards) wrote : Re: [Bug 1042868] Re: MAAS doesn't have permissions to write in /etc/bind/maas

On Wednesday 29 August 2012 14:43:31 you wrote:
> Also not that on maas-dns install, I had to fix those permissions, but
> they keep being changed:
>
>
> # fix permissions
> if [ -f /etc/bind/maas/named.conf.maas ]; then
> chmod 644 /etc/bind/maas/named.conf.maas
> fi

Yeah that's due to the atomic way of writing with a temp rename. We'll make
it chmod.