From owner-freebsd-questions@FreeBSD.ORG Thu Jan 1 10:30:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB94116A4CE for ; Thu, 1 Jan 2004 10:30:55 -0800 (PST) Received: from be-well.no-ip.com (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D61243D31 for ; Thu, 1 Jan 2004 10:30:54 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.no-ip.com (Postfix, from userid 1147) id 0ACD055; Thu, 1 Jan 2004 13:30:54 -0500 (EST) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <20040101151753.GA15989@happy-idiot-talk.infracaninophile.co.uk> <44d6a3lf90.fsf@be-well.ilk.org> <3FF46570.2040509@mindcore.net> From: Lowell Gilbert Date: 01 Jan 2004 13:30:53 -0500 In-Reply-To: <3FF46570.2040509@mindcore.net> Message-ID: <44pte3jzc2.fsf@be-well.ilk.org> Lines: 31 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Fortune X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2004 18:30:55 -0000 Scott W writes: > Lowell Gilbert wrote: > > >Matthew Seaman writes: > > > > > >>On Thu, Jan 01, 2004 at 09:29:44AM -0500, Chuck PUP Payne wrote: > >> > >> > >>>Strange question, I have notice that in 5.1 there is no more fortune. Can > >>>you tell me where I can get it. Thanks. > >>> > >>Install the games/freebsd-games port. > >> > > > >No, fortune isn't in there. It's still in the main tree. Is it maybe > >being installed to somewhere different? [Doesn't look like it from a > >quick Makefile check, but I may well have missed something...] > Is installed on my (5.1 through 5.2-CURRENT) system, in: > /usr/games/fortune - ELF binary > /usr/share/games/fortune/ - directory for furtune data files > > Is /usr/games in your PATH? (Unsure if this is the normal location > for it or not under FreeBSD, although IMHO it still belongs in a bin > directory...) It's the normal location -- that's where it's been since it entered FreeBSD in the first place, back around 1994. /usr/games is the traditional BSD place from well before that.