home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / programm / 4002 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.3 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Re: named pipes (was: Finger and .plan, .project)
  5. Message-ID: <13815@auspex-gw.auspex.com>
  6. Date: 29 Jul 92 21:05:52 GMT
  7. References: <1992Jul26.165838.1278@news.eng.convex.com> <1992Jul29.150454.2133@novatel.cuc.ab.ca>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 19
  11. Nntp-Posting-Host: bootme.auspex.com
  12.  
  13. >:     ln -s ~/.plan /plans/$USER
  14. >
  15. >Wow... Another good idea that Domain/OS has had for years...
  16. >
  17. >It does away with things like "5bin, 5usr" etc... you can have
  18. >/bsd4.3/[bin, usr, etc] and /sys5.3/[bin, usr, etc] and then you
  19. >can "ln -s /usr /'($SYSTYPE)'/usr"...
  20.  
  21. Except that in at least one system with "5bin" and the like, "5bin" is
  22. *not* a complete set of System V versions of programs; it's just a set
  23. of programs where the SV and BSD versions couldn't be (or weren't)
  24. merged into one common version.  In that system, there's no notion that
  25. you have two completely separate BSD and SV universes, with a brick wall
  26. between them - a notion that seems to be dying off, and frankly, *I*
  27. sure as hell won't miss it....
  28.  
  29. The general "object-oriented" file system in Aegis seemed like a nice
  30. idea (not having used it, I've no idea what problems it had in
  31. practice), though.
  32.