Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 May 2000 08:15:23 -0400
From:      Paul Murphy <pnmurphy@home.com>
To:        freebsd-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Clear Screen Before Logout
Message-ID:  <39140CDB.FEC048F7@home.com>
References:  <Pine.BSF.4.21.0005052034150.443-100000@enia.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> On Sat, 6 May 2000, Robert B wrote:
> 
> > Whats the best way to clear the terminal screen after a log out so that
> > login: is the only thing on the screen.
> >
> > Thanks
> >
> > Rob
> > 

In /etc/gettytab find:

P|Pc|Pc console:\
	:ht:np:sp#115200

and change to:

P|Pc|Pc console:\
	:cl=\E[H\E[2J:\
	:ht:np:sp#115200

-- 
Paul Murphy
http://members.home.com/pnmurphy/
Home Lat: 43° 33' 29" N, Lon: 79° 39' 03" W
Work Lat: 43° 25' 30" N, Lon: 79° 42' 34" W


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?39140CDB.FEC048F7>