From owner-freebsd-questions@FreeBSD.ORG Fri May 30 19:04:30 2003 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 5D1A537B401 for ; Fri, 30 May 2003 19:04:30 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA29143F75 for ; Fri, 30 May 2003 19:04:29 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h4V24SOg009015; Fri, 30 May 2003 22:04:28 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h4V24SVF009014; Fri, 30 May 2003 22:04:28 -0400 (EDT) From: Jerry McAllister Message-Id: <200305310204.h4V24SVF009014@clunix.cl.msu.edu> To: deesto@yahoo.com (John DeStefano) Date: Fri, 30 May 2003 22:04:28 -0400 (EDT) In-Reply-To: <20030530202516.56184.qmail@web40611.mail.yahoo.com> from "John DeStefano" at May 30, 2003 01:25:16 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: rotating motd 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: Sat, 31 May 2003 02:04:30 -0000 > > A trivial question, but a question nonetheless! My FreeBSD /etc/motd is a static and rather boring file. I recall that when I used to login to my Slackware machine, it spruced things up a bit by offering some sort of rotating motd, which would spit out a random quote or joke instead of the same ol' static message. Is there a way to simulate this in FreeBSD? Unfortunately, 'man motd' does little more than state the obvious, and describe a method by which to surpress the motd altogether. > This, of course, occurs to me as I ssh into my home machine from work! Just run 'fortune' from within your .cshrc or whatever shell startup script. That's what does it. see man fortune ////jerry > Thanks, > ~John >