home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 22858 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  728 b 

  1. Path: sparky!uunet!mcsun!sun4nl!tuegate.tue.nl!svin09!adv!devet
  2. From: devet@adv.win.tue.nl (Arjan de Vet)
  3. Newsgroups: comp.os.linux
  4. Subject: Automatic update of /etc/issue file
  5. Message-ID: <1993Jan5.160234.1812@adv.win.tue.nl>
  6. Date: 5 Jan 93 16:02:34 GMT
  7. References: <1992Dec30.170724.13866@walter.cray.com> <marcf.725761055@yorku.ca>
  8. Organization: Arjan's Home Linux 486 Box
  9. Lines: 14
  10.  
  11. In article <marcf.725761055@yorku.ca> marcf@nexus.yorku.ca (Marc G Fournier)
  12. writes:
  13.  
  14. >    The login (getty) is not reporting 0.98p5...it is the /etc/issue
  15. >file that is.  I don't think that Peter had gotten around to changing
  16. >that :)
  17.  
  18. I use the following in my /etc/rc:
  19.  
  20. # set version
  21. /bin/uname -a > /etc/issue
  22. echo " " >> /etc/issue
  23.  
  24. Arjan
  25.