home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / admin / 4790 < prev    next >
Encoding:
Text File  |  1992-08-30  |  1.7 KB  |  35 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!munnari.oz.au!cs.mu.OZ.AU!munta.cs.mu.OZ.AU!zs
  3. From: zs@munta.cs.mu.OZ.AU (Zoltan Somogyi)
  4. Subject: Re: Vendors Considered Evil (Re: Perl use over NFS)
  5. Message-ID: <9224419.3248@mulga.cs.mu.OZ.AU>
  6. Sender: news@cs.mu.OZ.AU
  7. Organization: Computer Science, University of Melbourne, Australia
  8. References: <1992Aug27.180847.15448@kakwa.ucs.ualberta.ca> <1992Aug28.145234.17625@news.eng.convex.com> <1992Aug28.155801.14501@sei.cmu.edu> <1992Aug28.180137.22861@ra.msstate.edu> <1992Aug28.183918.22664@sei.cmu.edu>
  9. Date: Mon, 31 Aug 1992 09:23:16 GMT
  10. Lines: 23
  11.  
  12. kochmar@sei.cmu.edu (John Kochmar) writes:
  13. >You've gotta be kidding, right?  You're not advocating that perl be
  14. >placed in /usr/bin so that scripts you pick up from who-knows-where
  15. >will run without modification, right?
  16.  
  17. No, that's not why you want it.
  18.  
  19. I am regularly using several machines from several vendors. On all these
  20. machines except one, my home directory is NFS mounted, so that I see the
  21. same files when I log in. I have a ~/bin/sgi subdirectory, a ~/bin/sun4 etc,
  22. as well as a ~/bin/scripts. Whatever I put into ~/bin/scripts should work
  23. the same on every machine. This is true for scripts whose interpreters
  24. are in known standard locations, such as /bin/sh and /bin/awk*. It does
  25. not work if different machines put perl in different directories. Instead,
  26. I have to make several copies of the script and put them in ~/bin/<arch>,
  27. with the usual double maintenance problem if I ever need to fix or enhance
  28. the script.
  29.  
  30. *: actually, for reasons best known to themselved SGI put awk in /usr/local/bin,
  31. causing this very problem.
  32.  
  33. Zoltan Somogyi <zs@cs.mu.OZ.AU>
  34. Department of Computer Science, University of Melbourne, AUSTRALIA
  35.