Date: Mon, 30 Jan 2012 23:14:28 +0100 From: Lubomir Matousek <lubos.matousek@lubnet.net> To: freebsd-questions@freebsd.org Subject: Re: Port upgrade change ownership of port installation directory and files Message-ID: <4F271644.3080507@lubnet.net> In-Reply-To: <20120130140842.496d51ec@gumby.homeunix.com> References: <4F2699F8.5000809@lubnet.net> <20120130140842.496d51ec@gumby.homeunix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F271644.3080507>