I can confirm this on the latest june snapshot: the file
/usr/local/etc/smb.conf has 444 as permission and therefore is not editable even by root. In the meantime the problem can be fixed doing a:
|
Code:
|
chmod 644 /usr/local/etc/smb.conf |
and the following command can help finding other files with the same problem:
|
Code:
|
find /usr/local/etc -type f -perm -u=w |