uname -a on /etc/motd

1997-07-13 Thread Randy Edwards
   Could someone tell me what process is putting what appears to be the
output of a uname -a at the top of /etc/motd?

   I delete that regularly since IMHO it doesn't look very pretty, but try
as I might, Linux seems to have more patience at putting it there then I do
at removing it. :-)

 Regards, | Debian GNU/ __  o
 .|/ / _  _  _  _  _ __  __
 Randy|   / /__  / / / \// //_// \ \/ /
 (FidoNet 1:325/805)  |  // /_/ /_/\/ /___/  /_/\_\
 ([EMAIL PROTECTED])  |  ...because lockups are for convicts...



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


Re: uname -a on /etc/motd

1997-07-13 Thread Philippe Troin

On Sun, 13 Jul 1997 18:22:23 EDT Randy Edwards ([EMAIL PROTECTED])
 wrote:

Could someone tell me what process is putting what appears to be the
 output of a uname -a at the top of /etc/motd?
 
I delete that regularly since IMHO it doesn't look very pretty, but try
 as I might, Linux seems to have more patience at putting it there then I do
 at removing it. :-)

Set EDITMOTD=false in /etc/init.d/boot

Phil.



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


Re: uname -a on /etc/motd

1997-07-13 Thread joost witteveen
 
 On Sun, 13 Jul 1997 18:22:23 EDT Randy Edwards ([EMAIL PROTECTED])
  wrote:
 
 Could someone tell me what process is putting what appears to be the
  output of a uname -a at the top of /etc/motd?
  
 I delete that regularly since IMHO it doesn't look very pretty, but try
  as I might, Linux seems to have more patience at putting it there then I do
  at removing it. :-)
 
 Set EDITMOTD=false in /etc/init.d/boot

Better make that EDITMOTD=no


from /etc/init.d/boot:

if [ $EDITMOTD != no ]
then
uname -a  /tmp/motd
sed 1d /etc/motd  /tmp/motd
mv /tmp/motd /etc/motd
fi

-- 
joost witteveen, [EMAIL PROTECTED]
#!/usr/bin/perl -sp0777iX+d*lMLa^*lN%0]dsXx++lMlN/dsM0j]dsj
$/=unpack('H*',$_);$_=`echo 16dio\U$kSK$/SM$n\EsN0p[lN*1
lK[d2%Sa2/d0$^Ixp|dc`;s/\W//g;$_=pack('H*',/((..)*)$/)
#what's this? see http://www.dcs.ex.ac.uk/~aba/rsa/


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