Date: Wed, 24 May 2000 21:55:10 -0500 From: Glenn Johnson <glennpj@bayouhome.net> To: Chris Smith <chris.smith@raytheon.co.uk> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP! - Clearing screen on logout Message-ID: <20000524215510.A981@gforce.johnson.home> In-Reply-To: <959158168.392b97980978e@www.tdyc.com>; from chris.smith@raytheon.co.uk on Wed, May 24, 2000 at 01:49:28AM -0700 References: <959158168.392b97980978e@www.tdyc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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?!? Put a "\f" after the "im=" for the default entry in /etc/gettytab. So it would look like this: default:\ :cb:ce:ck:lc:fd#1000:im=\f\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200: The \f does a form feed. -- Glenn Johnson glennpj@bayouhome.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000524215510.A981>