From owner-freebsd-ports@FreeBSD.ORG Thu Nov 9 13:39:10 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A7EF16A417 for ; Thu, 9 Nov 2006 13:39:10 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp111.sbc.mail.mud.yahoo.com (smtp111.sbc.mail.mud.yahoo.com [68.142.198.210]) by mx1.FreeBSD.org (Postfix) with SMTP id E63B743D88 for ; Thu, 9 Nov 2006 13:38:57 +0000 (GMT) (envelope-from heli@mikestammer.com) Received: (qmail 84479 invoked from network); 9 Nov 2006 13:38:57 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.131.98.204 with login) by smtp111.sbc.mail.mud.yahoo.com with SMTP; 9 Nov 2006 13:38:57 -0000 Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 42F251147D; Thu, 9 Nov 2006 07:38:56 -0600 (CST) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0er7H-UKiwcD; Thu, 9 Nov 2006 07:38:51 -0600 (CST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id 7690C1146A; Thu, 9 Nov 2006 07:38:51 -0600 (CST) Message-ID: <45532F6A.3000200@mikestammer.com> Date: Thu, 09 Nov 2006 07:38:50 -0600 From: Eric User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: farrokhi@FreeBSD.org, ports@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD Port: mail/roundcube X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2006 13:39:10 -0000 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