From owner-freebsd-questions@FreeBSD.ORG Mon Jan 30 14:08:52 2012 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 6C153106566B for ; Mon, 30 Jan 2012 14:08:52 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0243D8FC13 for ; Mon, 30 Jan 2012 14:08:50 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so4441144wgb.31 for ; Mon, 30 Jan 2012 06:08:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=BMEwo7dIf0Mn7NhhMSdmMC7hC+I3MKkpQwAmSHsKuCI=; b=Iucshv2UT97mQ2uKHdMPFLselCgHypWrYRIXP/ge6BAeEGq0ilpGCYqELHVycS4GYP BxeH8hhtmyWpOGIUjoBPm3KgNbHB3yk6MiOUnV4O1ewlH6fZlbsxRStqjzg6C9tczAoG BcUaW2EVkoUID4rfc8JMkZUD+qHN82XbqOq9Q= Received: by 10.180.86.105 with SMTP id o9mr27832007wiz.4.1327932530133; Mon, 30 Jan 2012 06:08:50 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id cb8sm30498208wib.0.2012.01.30.06.08.44 (version=SSLv3 cipher=OTHER); Mon, 30 Jan 2012 06:08:48 -0800 (PST) Date: Mon, 30 Jan 2012 14:08:42 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20120130140842.496d51ec@gumby.homeunix.com> In-Reply-To: <4F2699F8.5000809@lubnet.net> References: <4F2699F8.5000809@lubnet.net> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Port upgrade change ownership of port installation directory and files 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: Mon, 30 Jan 2012 14:08:52 -0000 On Mon, 30 Jan 2012 14:24:08 +0100 Lubomir Matousek wrote: > I changed apache default user from www to wbserv. > > I changed also file ownership from www to wbserv. > > > Is there any way for portupgrade, that the ownership of installed > port files remains the same? It means wbserv? > If you take a look at the Makefile, the port seems to be using the variables WWWOWN and WWWGRP which are both defaulted to www.