From owner-freebsd-ports@FreeBSD.ORG Fri May 21 23:53:19 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2532F1065672 for ; Fri, 21 May 2010 23:53:19 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id A7B1C8FC13 for ; Fri, 21 May 2010 23:53:18 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id d26so120769eyd.9 for ; Fri, 21 May 2010 16:53:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=xO1Ay/egkhAOkpm9BbJbl0Qht9ZrzWYFCk4p6h0oEDA=; b=iNVlMeI7W9X+iwhftiJ13gOl1J7icrprkYWSRCMT4rESKyuwJiGfekz7zQwneY3zqY r4wPgi5vgCxirysBgQSCvd0pM7b6hVnzRZrOn7WNrR6jvPcIboBkba41Cj3ITOviyVwR yyy4cQ+23a8uuxGZFdZuJOik4uG8XT1ewT15w= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=Ywxvrnk9NQgcrklGRlEFVaPrzd2Mf8xLNlS4czE15yUQS0RFifIh3HoJ0aKAIaNQyG mJ9tnw8NILnKUH3vvFyYor9/qqBx7fe50dKCF83I40oTdEnEoE+RQWj7zon0nXqWbk6X RonSlfys9pqYECICFU6XVLbFVtsWgku2+V1Tg= Received: by 10.213.53.70 with SMTP id l6mr654075ebg.45.1274485997450; Fri, 21 May 2010 16:53:17 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 14sm737417ewy.6.2010.05.21.16.53.15 (version=SSLv3 cipher=RC4-MD5); Fri, 21 May 2010 16:53:16 -0700 (PDT) Date: Sat, 22 May 2010 00:53:13 +0100 From: RW To: ports@freebsd.org Message-ID: <20100522005313.26dcfbdb@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: Users and groups kept after a port deinstallation 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: Fri, 21 May 2010 23:53:19 -0000 On Fri, 21 May 2010 16:23:18 +0100 Florent Thoumie wrote: > On Fri, May 21, 2010 at 11:11 AM, David DEMELIER > wrote: > > Hi, > > > > I used pkgsrc for a while on NetBSD. I was used to the pkgsrc > > notifications about the users and groups leaves, when some ports are > > removed these leaves are not used anymore. e.g pulseaudio needs some > > users on the system. > > > > This was discussed in the following bug-report: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=108514 > > I think the proper solution is to create a +UGIDS file to be able to > maintain a refcount, but the status quo isn't that bad. Personally I'd much prefer to keep them so ls -l, filemanagers etc can continue to use names rather than numbers for any files left behind. IMO the status quo is better than any solution that involves automated deletion.