From owner-freebsd-questions@FreeBSD.ORG Mon Jan 30 22:14:32 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 C4B6A106564A for ; Mon, 30 Jan 2012 22:14:32 +0000 (UTC) (envelope-from lubos.matousek@lubnet.net) Received: from mail.internethosting.cz (mail.internethosting.cz [95.168.196.88]) by mx1.freebsd.org (Postfix) with ESMTP id 794198FC1B for ; Mon, 30 Jan 2012 22:14:32 +0000 (UTC) Received: from nyx.internets.cz (localhost [127.0.0.1]) by mail.internethosting.cz (Postfix) with ESMTP id 24DD761C80 for ; Mon, 30 Jan 2012 23:14:31 +0100 (CET) X-Virus-Scanned: amavisd-new at internethosting.cz Received: from mail.internethosting.cz ([95.168.196.88]) by nyx.internets.cz (nyx.internets.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tsPTLG1EU3c6 for ; Mon, 30 Jan 2012 23:14:29 +0100 (CET) Received: by mail.internethosting.cz (Postfix, from userid 58) id 2CF0461C61; Mon, 30 Jan 2012 23:14:29 +0100 (CET) X-Spam-DCC: X-Spam-SCL: 1 Received: from [192.168.0.3] (amadeo.lubnet.net [62.245.82.226]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.internethosting.cz (Postfix) with ESMTPSA id 907A561C54 for ; Mon, 30 Jan 2012 23:14:27 +0100 (CET) Message-ID: <4F271644.3080507@lubnet.net> Date: Mon, 30 Jan 2012 23:14:28 +0100 From: Lubomir Matousek User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4F2699F8.5000809@lubnet.net> <20120130140842.496d51ec@gumby.homeunix.com> In-Reply-To: <20120130140842.496d51ec@gumby.homeunix.com> Content-Type: text/plain; charset=windows-1252; format=flowed 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 22:14:32 -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? >> >On 30.1.2012 15:08, RW wrote: > 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. Thanks for replies. It means, is it sufficient to change my /etc/make.conf like this? vi /etc/make.conf WWWOWN=wbserv WWWGRP=wbserv Lubomir