home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sun4nl!tuegate.tue.nl!svin09!adv!devet
- From: devet@adv.win.tue.nl (Arjan de Vet)
- Newsgroups: comp.os.linux
- Subject: Automatic update of /etc/issue file
- Message-ID: <1993Jan5.160234.1812@adv.win.tue.nl>
- Date: 5 Jan 93 16:02:34 GMT
- References: <1992Dec30.170724.13866@walter.cray.com> <marcf.725761055@yorku.ca>
- Organization: Arjan's Home Linux 486 Box
- Lines: 14
-
- In article <marcf.725761055@yorku.ca> marcf@nexus.yorku.ca (Marc G Fournier)
- writes:
-
- > The login (getty) is not reporting 0.98p5...it is the /etc/issue
- >file that is. I don't think that Peter had gotten around to changing
- >that :)
-
- I use the following in my /etc/rc:
-
- # set version
- /bin/uname -a > /etc/issue
- echo " " >> /etc/issue
-
- Arjan
-