From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 17:52:03 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 9B462106564A for ; Mon, 11 Oct 2010 17:52:03 +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 2D46A8FC18 for ; Mon, 11 Oct 2010 17:52:02 +0000 (UTC) Received: by wwb13 with SMTP id 13so406270wwb.31 for ; Mon, 11 Oct 2010 10:52:01 -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=Vb/gfu0VQ8V6nrY1R8Ui61dhiekU3o5/56Y+yBNY99M=; b=Waio5J/GcxCvJhMv52W5sv+fo46iCROI9eXxoJL1KYKrTZqvo4ogU+RPm6Mo9IBOmS ac9kexeBZTp5dTYsR8Km/5Mj98GT8Ca6QjnTGGc+C0ljxx5yMDvEV0jLEykQG/lcYncP skHmjo/JXOsEAwrszXWXgIRgZIwn92tXU6vO0= 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=bBH02WRVB5cXWlvxodW5AhCNUQrdGkTbV7k3MzRM8JAxGPHVbq+TFkAo9B2+AyQ35N NecaB0w7ebrLPgRprYH/MQrEIX1IpVTLLaZepMmz1Cv0S73AKYDhOiURn5kvwTxyc67u 1zxwFIp+rydtLTybhWcejSxy+nSTH1e0SguO0= Received: by 10.227.143.198 with SMTP id w6mr5900959wbu.124.1286819521316; Mon, 11 Oct 2010 10:52:01 -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 x3sm2686629weq.8.2010.10.11.10.51.55 (version=SSLv3 cipher=RC4-MD5); Mon, 11 Oct 2010 10:52:00 -0700 (PDT) Date: Mon, 11 Oct 2010 18:51:43 +0100 From: RW To: ports@freebsd.org Message-ID: <20101011185143.074bd92b@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: Users needed or not by ports 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: Mon, 11 Oct 2010 17:52:03 -0000 On Mon, 11 Oct 2010 18:01:46 +0200 David DEMELIER wrote: > 2. When make deinstall or pkg_delete port_name check if the > user is still needed by other port (if this is possible) > 3. Print a message like "The following users and group are not needed > anymore by the system : xxx yyy" That would get printed on updates too.