home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / admin / 5017 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!utcsri!torn!watserv1!watmath!nasokan@maytag.uwaterloo.ca
  3. From: Asokan <nasokan@maytag.uwaterloo.ca>
  4. Subject: /usr/kvm/machine on 4.1.2 machines
  5. Message-ID: <92Jul27.174854edt.87795@maytag.uwaterloo.ca>
  6. Sender: root@math.uwaterloo.ca (0000-Admin(0000))
  7. Organization: University of Waterloo
  8. Date: Mon, 27 Jul 1992 21:48:38 GMT
  9. X-Mailer: ELM [version 2.3 PL11]
  10. Lines: 21
  11.  
  12. In 4.1.1, /usr/kvm/machine did not point into ./sys (which
  13. will not exist unless the optional "Sys" software subset is
  14. installed).  Instead it referred to ../include/<kernel-arch> like so:
  15.     lrwxrwxrwx  1 root           16 Feb 25 14:24 machine -> ../include/sun4c
  16.     lrwxrwxrwx  1 root           15 Apr 23  1991 machine -> ../include/sun3
  17.  
  18. On our 4.1.2/Sun4m machines, /usr/include/sun4m exists and has several
  19. identical header files as /usr/kvm/sys/sun4m, where the latter exists.
  20. But /usr/kvm/machine is thus:
  21.     lrwxrwxrwx  1 root           11 Jan 10  1992 machine -> ./sys/sun4m
  22.  
  23. which is a dangling symlink where /usr/kvm/sys doesn't exist.
  24.  
  25. Is this how Sun delivers 4.1.2?  Why was this changed?
  26. Is there any harm in changing /usr/kvm/machine to point
  27. to ../include/sun4m instead (at least on those systems
  28. that do not have the "Sys" software subset loaded?
  29.  
  30. Much thanks.
  31.  
  32. - Asokan
  33.