I'm inherently lazy, and I hate typing.  All these solutions work, but
what's wrong with suing to root, typing 'vi /etc/issue', typing '!!clear'
and finishing off with a ':wq' ?? <grin>

Just goes to show there's more than one way to do it. (I think that may be
trademarked by Larry Wall).

Nathan

On Tue, 29 Apr 1997, Dale Scheetz wrote:

> On Wed, 30 Apr 1997, Karl Ferguson wrote:
> 
> > At 09:50 AM 29/04/97 -0700, Ryan Shaw wrote:
> > >i've looked through the archives and haven't found an answer as of yet. 
> > >i'd like the screen cleared on logout and the login prompt to appear at
> > >the top.  i've worked around this by using an alias in bashrc, but i'm
> > >sure there is a better way.
> > >
> > >any ideas?
> > 
> > Best way (the way I do it) is to do this:
> > 
> > clear > /etc/motd
> > 
> > However, make sure you make a backup copy of your original MOTD so you can
> > then edit the file and after all the ascii characters put it back.
> > 
> Well, actually adding clear to motd will cause the screen to clear after
> the login has been entered. If you want a clean screen after every logout
> this should go into /etc/issue. The way I did this was:
> 
>       cd to /tmp (or some other reasonable place)
>       clear >temp1
>       cp /etc/issue ./temp2
>       cat temp1 temp2 >issue
>       cp issue /etc/issue
> 
> After which a logout clears the screen.
> 
> Luck,
> 
> Dwarf
> -- 
> _-_-_-_-_-_-                                          _-_-_-_-_-_-_-
> 
> aka   Dale Scheetz                   Phone:   1 (904) 656-9769
>       Flexible Software              11000 McCrackin Road
>       e-mail:  [EMAIL PROTECTED]     Tallahassee, FL  32308
> 
> _-_-_-_-_-_- If you don't see what you want, just ask _-_-_-_-_-_-_-
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to