From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 12 16:36:36 2007 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7903016A407 for ; Fri, 12 Jan 2007 16:36:36 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id 04F5813C45D for ; Fri, 12 Jan 2007 16:36:35 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 82722 invoked by uid 2001); 12 Jan 2007 16:09:54 -0000 Date: Fri, 12 Jan 2007 10:09:54 -0600 From: "Rick C. Petty" To: Nathan Vidican Message-ID: <20070112160954.GA82541@keira.kiwi-computer.com> References: <60737.24.71.119.183.1168496463.squirrel@webmail.sd73.bc.ca> <45A5EA3B.9020000@datalinktech.com.au> <20070111035549.7c11a450@vixen42> <17830.29050.791321.480369@bhuda.mired.org> <45A687F6.2020907@vidican.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45A687F6.2020907@vidican.com> User-Agent: Mutt/1.4.2.1i Cc: hackers@freebsd.org Subject: Re: LDAP integration X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd@kiwi-computer.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2007 16:36:36 -0000 On Thu, Jan 11, 2007 at 01:54:46PM -0500, Nathan Vidican wrote: > > Take this idea, and run with it... build a package that installs over > the base installation, bundling the LDAP client libs, new rc structure, > tools, etc all in one shot. Add it to the ports collection and call it > done. I don't like the idea of any ports installing themselves over the base installation. If you do a "make installworld", you'll wipe the port, and a portupgrade will wipe out the base.. We have /usr/local/ for a reason. Having a port install the same libraries as the base is already problematic enough (look at security/heimdal), but at least the separation is manageable. -- Rick C. Petty