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.
On Wednesday 29 August 2012 14:43:31 you wrote: maas/named. conf.maas ]; then maas/named. conf.maas
> Also not that on maas-dns install, I had to fix those permissions, but
> they keep being changed:
>
>
> # fix permissions
> if [ -f /etc/bind/
> chmod 644 /etc/bind/
> fi
Yeah that's due to the atomic way of writing with a temp rename. We'll make
it chmod.