From owner-freebsd-questions Wed May 24 2:12:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 3173137BA8D for ; Wed, 24 May 2000 02:12:40 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.14 #1) id 12uXD7-000PCx-00; Wed, 24 May 2000 11:12:17 +0200 Date: Wed, 24 May 2000 11:12:17 +0200 From: Marc Silver To: Chris Smith Cc: FreeBSD Questions Subject: Re: HELP! - Clearing screen on logout Message-ID: <20000524111217.F92261@draenor.org> References: <959158168.392b97980978e@www.tdyc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <959158168.392b97980978e@www.tdyc.com>; from chris.smith@raytheon.co.uk on Wed, May 24, 2000 at 01:49:28AM -0700 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there, This depends on your shell. If tcsh: echo clear > .logout If bash: echo clear > .bash_logout That'll do it for you. :) Cheers, Marc On Wed, May 24, 2000 at 01:49:28AM -0700, Chris Smith wrote: > Hi, > > Can anyone tell me _explicitly_ how to clear the screen > when a user logs out (or when a getty starts)? I know it's > in the gettytab man page, but I cant get it to work. I've > probably incorrectly played with the cl option?!? > > Any ideas? > > Cheers, > > ----------------------------------------------------------- > Chris Smith IS Dept - Raytheon Systems Limited > [chris.smith@raytheon.co.uk] +44 1279 407 103 > ----------------------------------------------------------- > Programmers are busy writing the next best idiot proof > software. The universe, in the meantine, is busy making the > next best idiot. The universe is winning... > =========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message