home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / misc / 219 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.9 KB  |  44 lines

  1. Newsgroups: comp.sys.sgi.misc
  2. Path: sparky!uunet!stanford.edu!nntp.Stanford.EDU!dhinds
  3. From: dhinds@leland.Stanford.EDU (David Hinds)
  4. Subject: Re: making inst distributions (was: Re: ghostscript)
  5. Message-ID: <1993Jan9.023523.861@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Organization: DSG, Stanford University, CA 94305, USA
  8. References: <1993Jan8.115859.7974@bitrot.in-berlin.de> <1993Jan8.150400.20212@eagle.lerc.nasa.gov> <1il5f4INN6pq@fido.asd.sgi.com>
  9. Date: Sat, 9 Jan 93 02:35:23 GMT
  10. Lines: 32
  11.  
  12. In article <1il5f4INN6pq@fido.asd.sgi.com> pj@sgi.com writes:
  13. >In article <1993Jan8.150400.20212@eagle.lerc.nasa.gov>, tohanson@gonzo.lerc.nasa.gov (Jeff Hanson) writes:
  14. >|> It would be nice if administrators could add
  15. >|> files to the list that inst has of configuration files.  This way we can
  16. >|> use inst to control our configurations as well as those SGI supports.
  17. >
  18. >I'm not sure I understand this.
  19. >
  20. >Are you hoping that "versions changed" would emit names of your
  21. >other config files that have changed (ie - have file.N or file.O
  22. >variants visible)?  Nah - that doesn't sound right - and I'm at a
  23. >loss for other guesses.
  24.  
  25. I'm not sure if this is what the original poster was talking about, but
  26. for backing up non-user files on our SGI's, I use something like:
  27.  
  28.         versions -cm >file.list
  29.         versions -e /usr/people user >>file.list
  30.  
  31. This gives a reasonably good list of everything that is part of the
  32. system configuration, if you filter out directory names.  So, another
  33. system can be set up the same way by installing from CD and adding
  34. back just these files.  But this still leaves out a few system files
  35. that I've changed but which are not known to inst as configuration
  36. files.  These will still get clobbered when I upgrade IRIX, and I
  37. will have to keep track of them on my own.
  38.  
  39. I noticed that /usr/lib/inst/userlist.exc is also not a configuration
  40. file.  It might be nice if it were...
  41.  
  42.         - David Hinds
  43.           dhinds@allegro.stanford.edu
  44.