home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sun / admin / 10769 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.1 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: Questions/comments about csh
  5. Message-ID: <16656@auspex-gw.auspex.com>
  6. Date: 27 Jan 93 19:03:32 GMT
  7. References: <1k5jfrINNn78@shelley.u.washington.edu>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 18
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >csh on the Sun doesn't have a centralized csh.login file
  14. >that is run in addition to ~/.login and ~/.cshrc.
  15.  
  16. Well, it doesn't under SunOS releases prior to 5.x; it does have one in
  17. 5.x, though - "/etc/.login"; I think this may actually be a generic SVR4
  18. feature, not something Sun added.
  19.  
  20. The man page says it's executed only if you *don't* have a ".login" in
  21. your directory, presumably on the theory that you could source it from
  22. your ".login"; it says so in the BUGS section, for reasons unknown to me
  23. (is the bug that it *has* such a file, or that it only sources it if you
  24. don't have a ".login" of your own?).
  25.  
  26. >One thing I noticed is that the PATH is set to /usr/ucb,
  27. >/usr/bin and /bin before running my configuration files.  Is
  28. >this hardcoded in the csh source on the Sun?
  29.  
  30. Yes.
  31.