Re: Screen blanking on logout

2002-09-11 Thread Bob Proulx
Raffaele Sandrini <[EMAIL PROTECTED]> [2002-09-11 18:21:35 +0200]: > On Monday 09 September 2002 09:26, Sridhar M.A. wrote: > > Why not put the `clear` in /etc/issue? That way as and when the user > > logs out, the screen is cleared and whatever is in issue comes on > > screen. > > BTW: Where can

Re: Screen blanking on logout

2002-09-11 Thread Raffaele Sandrini
On Monday 09 September 2002 09:26, Sridhar M.A. wrote: > > Why not put the `clear` in /etc/issue? That way as and when the user > logs out, the screen is cleared and whatever is in issue comes on > screen. I am attaching my /etc/issue. Try that. > > Regards, Yeah, also a good idea... BTW: Where c

Re: Screen blanking on logout

2002-09-09 Thread Sridhar M.A.
On Sun, Sep 08, 2002 at 11:28:53PM +0200, Raffaele Sandrini wrote: > > I solved it with this script: > - > #!/bin/bash > > clear > exec /sbin/getty 38400 $1 > - > > And in the inittab i have then: > 1:2345:respawn:/root/bin/shell tty1 > > The dis

Re: Screen blanking on logout

2002-09-08 Thread Raffaele Sandrini
On Friday 06 September 2002 14:43, Ian Johannesen wrote: > > Since I'm using bash2 I normally do > echo 'clear' >> /etc/skel/.bash_logout > > But if you only want it for one local user you could just replace the > above with: > echo 'clear' >> ~/.bash_logout > > .bash_logout is executed when logou

Re: Screen blanking on logout

2002-09-06 Thread Eric G. Miller
On Fri, Sep 06, 2002 at 02:43:06PM +0200, Ian Johannesen wrote: > On Fri, Sep 06, 2002 at 02:14:02PM +0200, Raffaele Sandrini wrote: > Hi Raffaele, > > [...] > > > I did not find an option wich lets getty blank the screen so wich are my > > options to get that feature? write a script wich firstl

Re: Screen blanking on logout

2002-09-06 Thread Ian Johannesen
On Fri, Sep 06, 2002 at 02:14:02PM +0200, Raffaele Sandrini wrote: Hi Raffaele, [...] > I did not find an option wich lets getty blank the screen so wich are my > options to get that feature? write a script wich firstly runs clear and the > getty and take that one in the inittab or do i have to

Screen blanking on logout

2002-09-06 Thread Raffaele Sandrini
Hi Debian uses getty as the tty program. Getty does not blank the screen when its invoked. Other distri namely SuSE, take mingetty for that job wich is able to blank the screen. I did not find an option wich lets getty blank the screen so wich are my options to get that feature? write a script w