Date: Wed, 23 Oct 1996 16:35:01 +0200 From: roberto@keltia.freenix.fr (Ollivier Robert) To: freebsd-bugs@freefall.freebsd.org Subject: Re: conf/1382 Message-ID: <199610231435.QAA22650@keltia.freenix.fr> In-Reply-To: <199610231216.OAA01246@campa.panke.de>; from Wolfram Schneider on Oct 23, 1996 14:16:43 %2B0200 References: <199610230438.VAA04743@freefall.freebsd.org> <199610231216.OAA01246@campa.panke.de>
next in thread | previous in thread | raw e-mail | index | archive | help
According to Wolfram Schneider: > Index: src/etc/rc.local > =================================================================== > RCS file: /usr/cvs/src/etc/rc.local,v > retrieving revision 1.20 > diff -u -r1.20 rc.local > --- 1.20 1996/08/17 07:15:38 > +++ rc.local 1996/10/23 12:15:15 > @@ -6,7 +6,7 @@ > > T=/tmp/_motd > rm -f $T > -uname -v | sed -e 's,^\([^#]*\) #\(.*199[0-9]\).*/\([^\]*\) $,\1 (\3) #\2,' > $T > +uname -v | sed -e 's,^\([^#]*\) #\(.* [1-2][0-9][0-9][0-9]\).*/\([^\]*\) $,\1 (\3) #\2,' > $T I think we should cut out this modification of /etc/motd at boot time. I don't think it has any real purpose... YMMV. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #25: Tue Oct 15 21:13:57 MET DST 1996
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610231435.QAA22650>