From owner-freebsd-current@FreeBSD.ORG Mon May 3 18:33:53 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB7DE106567C for ; Mon, 3 May 2010 18:33:53 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) by mx1.freebsd.org (Postfix) with ESMTP id 8703D8FC29 for ; Mon, 3 May 2010 18:33:53 +0000 (UTC) Received: from mail.ixsystems.com (localhost [127.0.0.1]) by mail.iXsystems.com (Postfix) with ESMTP id CDB14A66466 for ; Mon, 3 May 2010 11:33:52 -0700 (PDT) Received: from mail.iXsystems.com ([127.0.0.1]) by mail.ixsystems.com (mail.ixsystems.com [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 48624-01 for ; Mon, 3 May 2010 11:33:52 -0700 (PDT) Received: from [192.168.0.55] (unknown [75.131.46.136]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 6BDC6A6645C for ; Mon, 3 May 2010 11:33:52 -0700 (PDT) Message-ID: <4BDEDECD.70508@pcbsd.org> Date: Mon, 03 May 2010 14:33:49 +0000 From: Kris Moore User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100414 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <4BBFD502.1010507@elischer.org> <4BC03ABA.6090309@elischer.org> <4BC0CC6F.7010009@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: ports and PBIs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2010 18:33:53 -0000 On 05/01/2010 00:29, James Butler wrote: > Genuine (possibly stupid) question -in PBI land, what happens if > package B is, say, CUPS? Does one need versioned rc.d scripts to start > one or the other? Which one gets to claim port 631? > > -James Butler > That is a problem we are dealing with right now. We have to check to ensure that we don't already have a rc.d script for CUPS, and default to the pre-existing one if so. The only other option I see is that we default to the PBI one, but either way we can only have one copy running at a time :) -- Kris Moore PC-BSD Software iXsystems