Re: motd

Drew Eckhardt (drew@poohsticks.org)
Thu, 06 Jul 1995 23:00:46 -0600


In message <9507060833.AA02978@dsd.bio.ph.ic.ac.uk>, l.hudson02@ic.ac.uk writes
:
>Hi,
> This should be an easy one!.
>
> Does anybody know how to stop the kernel writing a new version of the 'motd
>' file
> in the /etc directory.

You don't, because the kernel doesn't write the motd file.

> At the moment every time the computer is rebooted it re-writes this file. O
>ther U*nx's
> don't do this , why Linux??

Linux doesn't. The distribution you used has something silly in the motd,
like

uname -a > /etc/motd

grep /etc/motd out of your rc files and remove the offending line.

>
>Thanks
>
>L.Hudson