Date: Thu, 09 Nov 2006 07:38:50 -0600 From: Eric <heli@mikestammer.com> To: farrokhi@FreeBSD.org, ports@FreeBSD.org Subject: FreeBSD Port: mail/roundcube Message-ID: <45532F6A.3000200@mikestammer.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45532F6A.3000200>