From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 10:15:24 2010 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 C6183106566C for ; Wed, 7 Apr 2010 10:15:24 +0000 (UTC) (envelope-from j.mckeown@ru.ac.za) Received: from c.mail.ru.ac.za (c.mail.ru.ac.za [IPv6:2001:4200:1010::25:3]) by mx1.freebsd.org (Postfix) with ESMTP id D4CA38FC13 for ; Wed, 7 Apr 2010 10:15:23 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=ru-msa; d=ru.ac.za; h=Received:From:Organization:To:Subject:Date:User-Agent:References:In-Reply-To:X-Face:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id:X-Virus-Scanned:X-Authenticated-User; b=p/xLb3MxPXvp3eXCERlGalvij1zxqRQy535Cg6+IevsGw+qrDYiieGRBNRvBFf4YYn478ZRXZsxuW4lhkQ6nGcV0r/HLyyygsTZmt5Jq+u9YjM9eEu7ACvh84W39YsA4; Received: from vorkosigan.ru.ac.za ([2001:4200:1010:1058:219:d1ff:fe9f:a932]:60331) by c.mail.ru.ac.za with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NzSI2-00069z-MJ for freebsd-questions@freebsd.org; Wed, 07 Apr 2010 12:15:18 +0200 From: Jonathan McKeown Organization: Rhodes University To: freebsd-questions@freebsd.org Date: Wed, 7 Apr 2010 12:15:18 +0200 User-Agent: KMail/1.9.10 References: <4BBC3343.8070703@a1poweruser.com> <20100407093536.cab35b04.freebsd@edvax.de> <4BBC4CA9.6090807@a1poweruser.com> In-Reply-To: <4BBC4CA9.6090807@a1poweruser.com> X-Face: $@VrUx^RHy/}yu]jKf/<4T%/d|F+$j-Ol2"2J$q+%OK1]&/G_S9(=?utf-8?q?HkaQ*=60!=3FYOK=3FY!=27M=60C=0A=09aP=5C9nVPF8Q=7DCilHH8l=3B=7E!4?= =?utf-8?q?2HK6=273lg4J=7Daz?=@1Dqqh:J]M^"YPn*2IWrZON$1+G?oX3@ =?utf-8?q?k=230=0A=0954XDRg=3DYn=5FF-etwot4U=24b?=dTS{i X-Virus-Scanned: c.mail.ru.ac.za (2001:4200:1010::25:3) X-Authenticated-User: s0900137 from vorkosigan.ru.ac.za (2001:4200:1010:1058:219:d1ff:fe9f:a932) using auth_plaintext Subject: Re: usage of /usr/bin 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, 07 Apr 2010 10:15:24 -0000 On Wednesday 07 April 2010 11:13:13 Fbsd1 wrote: > Polytropon wrote: > > On Wed, 07 Apr 2010 15:24:51 +0800, Fbsd1 wrote: > >> Why are there RELEASE base files in /usr/bin. I thought /usr was to only > >> contain binaries installed from ports or packages. > > > > No. The /usr/local subtree (LOCAL) is for local additions (ports > > and packages), while things outside this structure usually belong > > to the system itself; I'm excluding mounted filesystem and other > > things here for a moment. [snip] > > But that is not true. The postfix port populates /usr/bin. I haven't installed postfix, but is this possibly related to the recently (2010-03-22) added option to install postfix into the base? In which case the commit six days later claims to correct a problem with the default (non-base) install. Jonathan