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
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
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
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
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
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
6 matches
Mail list logo