/usr/local/www permissions

For some odd reason, the permissions on /usr/local/www keep reverting back to root:wheel although I changed the owner to www:www many times

Any idea as to why this is happening? If this has been answered before, please point me in the right direction
 
Thanks for pointing me in the right, dandelion

I ended up editing /usr/ports/Templates/BSD.local.dist and adding the following before www
Code:
/set uname=www gname=www

Then, I ran [cmd=]sudo mtree -U -f /usr/ports/Templates/BSD.local.dist -p /usr/local/[/cmd] to apply the changes instead of waiting for the next time I compile and install a port.

Many thanks
 
Back
Top