Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2006 19:17:15 +0100
From:      Mark Ovens <marko@freebsd.org>
To:        chat@freebsd.org
Subject:   Re: Reason #465132 to Love FBSD....
Message-ID:  <447351AB.8090600@freebsd.org>
In-Reply-To: <44734856.7060106@daleco.biz>
References:  <7e148fb90605121220h36e04cafv68a0f30090214d61@mail.gmail.com>	<4473393B.8040803@freebsd.org>	<863bf0lmml.fsf@xps.des.no>	<447342F0.10204@freebsd.org> <44734856.7060106@daleco.biz>

next in thread | previous in thread | raw e-mail | index | archive | help
Kevin Kinsey wrote:
> Mark Ovens wrote:
>> Dag-Erling Smørgrav wrote:
>>> Mark Ovens <marko@freebsd.org> writes:
>>>> Talking about fortune(6), why has it stopped working? The binary (or 
>>>> is it a perl script?) seems to have disappeared on my system - 
>>>> 6-STABLE, although I'm sure it disappeared sometime whilst running 
>>>> 5-STABLE. The fortune data files are there (though looking at the 
>>>> timestamps, they're out of date), just no binary/script.
>>>
>>> grep NO_GAMES /etc/make.conf
>>>
>> 
>> Thanks for the tip, but it's not that.
>> 
> 
> Well, no prob here (as evidenced in .sig).
> 
> cd /usr/src/games/fortune && sudo make install?
> 

Ah-ha! the paths seem to have changed somewhere down the line:

/usr/src/games/fortune{104}# make install
===> fortune (install)
install -s -o root -g wheel -m 555   fortune /usr/games
install: /usr/games/fortune: Inappropriate file type or format

On my system, /usr/games/fortune is a directory containing the dat files.

rm -r'd /usr/games/fortune and it installed properly and now works :-)

Thanks for the help.

Regards,

Mark



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?447351AB.8090600>