Re: [gentoo-user] Clear Screen

2003-06-06 Thread C. Brewer
On Fri, 6 Jun 2003 03:27:43 -0400 (EDT) "Rev. Jeffrey Paul" <[EMAIL PROTECTED]> wrote: > On Fri, 6 Jun 2003, Jamie Dobbs wrote: > > > How can I make it so that whenever I log out of a console and return the > > the login prompt the screen clears ie. the login prompt is always at the > > top of a

Re: [gentoo-user] Clear Screen

2003-06-06 Thread James
emerge min-getty, then replace applicable lines in /etc/inittab. - James On Fri, 2003-06-06 at 12:54, Jamie Dobbs wrote: > How can I make it so that whenever I log out of a console and return the > the login prompt the screen clears ie. the login prompt is always at the > top of a 'clear' screen.

Re: [gentoo-user] Clear Screen

2003-06-06 Thread Rev. Jeffrey Paul
Gentoo being the security-conscious distribution it is, I think one of these solutions should be included in the baselayout at some point in time. Leaving potentially-sensitive data on the screen after logging out seems like -quite- a bad thing to do. -j -- -

Re: [gentoo-user] Clear Screen

2003-06-06 Thread Rev. Jeffrey Paul
On Fri, 6 Jun 2003, Jamie Dobbs wrote: > How can I make it so that whenever I log out of a console and return the > the login prompt the screen clears ie. the login prompt is always at the > top of a 'clear' screen. if it's okay to be at the bottom instead: echo -e "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\

Re: [gentoo-user] Clear Screen

2003-06-06 Thread Chris I
On 2003.06.06 01:38, Marshal Newrock wrote: On Fri, 6 Jun 2003, Jamie Dobbs wrote: > How can I make it so that whenever I log out of a console and return the > the login prompt the screen clears ie. the login prompt is always at the > top of a 'clear' screen. Put this in your .bash_logout: case "

Re: [gentoo-user] Clear Screen

2003-06-05 Thread Marshal Newrock
On Fri, 6 Jun 2003, Jamie Dobbs wrote: > How can I make it so that whenever I log out of a console and return the > the login prompt the screen clears ie. the login prompt is always at the > top of a 'clear' screen. Put this in your .bash_logout: case "`tty`" in /dev/vc/[0-9]) clear esac T

Re: [gentoo-user] Clear Screen

2003-06-05 Thread blade-
Jamie Dobbs wrote: How can I make it so that whenever I log out of a console and return the the login prompt the screen clears ie. the login prompt is always at the top of a 'clear' screen. -- [EMAIL PROTECTED] mailing list Hi, put "clear" (without the quotes) into .bash_logout in your home dir

[gentoo-user] Clear Screen

2003-06-05 Thread Jamie Dobbs
How can I make it so that whenever I log out of a console and return the the login prompt the screen clears ie. the login prompt is always at the top of a 'clear' screen. -- [EMAIL PROTECTED] mailing list