From owner-freebsd-questions@FreeBSD.ORG Wed Nov 14 18:42:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA4D716A468 for ; Wed, 14 Nov 2007 18:42:05 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id AAFCB13C46B for ; Wed, 14 Nov 2007 18:42:05 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id lAEIcN2Y009690; Wed, 14 Nov 2007 13:38:23 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id lAEIcNsh009689; Wed, 14 Nov 2007 13:38:23 -0500 (EST) (envelope-from jerrymc) Date: Wed, 14 Nov 2007 13:38:23 -0500 From: Jerry McAllister To: Matt Fioravante Message-ID: <20071114183823.GA9583@gizmo.acns.msu.edu> References: <3eca10930711141005m5ceb5d8bve7a1b6f235057342@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3eca10930711141005m5ceb5d8bve7a1b6f235057342@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Installing ports to /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2007 18:42:06 -0000 On Wed, Nov 14, 2007 at 01:05:39PM -0500, Matt Fioravante wrote: > Would there be any negative ramifications to installing ports in /usr > instead of /usr/local? Like could they potentially clobber system > binaries and other files or is this pretty safe to do? You break the 'standard' file/directory hierarchy. Even though it is not supposed to be so, there may be some things out there that make the assumption that stuff will be found in its standard place. See man hier ////jerry > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"