FreeBSD Port: mail/roundcube

Eric heli at mikestammer.com
Thu Nov 9 05:39:10 PST 2006


When roundcube installs, it is setting the ownership of all files under 
roundcube as owned by root with a group of wheel:

-rw-------  1 root  wheel  2142 Oct 31 13:40 db.inc.php

this then causes roundcube to blow up and throw an error since it cannot 
read its files (apache running as www:www).

a chown -R www:www roundcube fixes the issue, but is it possible for the 
port to use www:www for the permissions so this isnt a manual step every 
time?

thanks!

Eric


More information about the freebsd-ports mailing list