From owner-freebsd-questions Sun May 20 21:40: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from christel.heitec.net (christel.heitec.net [193.101.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 6FCC437B422 for ; Sun, 20 May 2001 21:40:00 -0700 (PDT) (envelope-from bdluevel@heitec.net) Received: from heitec.net (paladin.heitec.net [193.101.232.30]) by christel.heitec.net (Postfix) with ESMTP id 462F4B8101; Mon, 21 May 2001 06:39:59 +0200 (CEST) Message-ID: <3B089C1F.81B84B5E@heitec.net> Date: Mon, 21 May 2001 06:39:59 +0200 From: Bernd Luevelsmeyer X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: jcouch@netdoor.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: fortune References: <01052022134101.06706@katana.amberskogg.dns2go.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jim Couch wrote: > > It's a silly little thing, but I would really like to run the fortune program > at login...... > I can't seem to find it. I did find an Italian version but...... > could someone please point me in the right direction??? Call /usr/games/fortune. First make sure /usr/games/fortune works if called manually, then put it into the login shell script. For example, with /bin/sh put something like this into ~/.profile : [ -x /usr/games/fortune ] && /usr/games/fortune -a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message