From owner-freebsd-questions@FreeBSD.ORG Sat Apr 4 19:31:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA8FF106566B for ; Sat, 4 Apr 2009 19:31:36 +0000 (UTC) (envelope-from freebsd@optiksecurite.com) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.freebsd.org (Postfix) with ESMTP id 8392F8FC14 for ; Sat, 4 Apr 2009 19:31:36 +0000 (UTC) (envelope-from freebsd@optiksecurite.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from [192.168.10.101] ([24.201.244.127]) by VL-MO-MR004.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-4.01 (built Aug 3 2007; 32bit)) with ESMTP id <0KHL00D7SCWN4HA0@VL-MO-MR004.ip.videotron.ca> for freebsd-questions@freebsd.org; Sat, 04 Apr 2009 15:31:35 -0400 (EDT) Message-id: <49D7B6A2.1010500@optiksecurite.com> Date: Sat, 04 Apr 2009 15:36:02 -0400 From: FreeBSD User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) To: "freebsd-questions@freebsd.org" Subject: Permissions on /usr/local/www gets modified by a ports installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2009 19:31:36 -0000 Hi list! I just noticed a strange behaviour after the installation of /usr/ports/devel/subversion. Before the installation, the permissions on the /usr/local/www folder are: drwxrwxr-x 6 root psm 2560 Apr 2 15:55 www and right after the installation the folder is set with the "default" permissions/group: drwxr-xr-x 6 root wheel 2560 Apr 2 15:55 www I just reproduced it on another FreeBSD 7.1-RELEASE box with generic kernel. Can someone shed some light on this? Thanks a lot for sharing :) Martin