home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sgi / 13492 < prev    next >
Encoding:
Text File  |  1992-09-10  |  782 b   |  30 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!cs.utexas.edu!torn!watserv2.uwaterloo.ca!watmath!rblander
  3. From: rblander@math.uwaterloo.ca (Robyn Landers)
  4. Subject: mail startup /etc/rc2.d/S50mail
  5. Message-ID: <BuDpzI.Gto@math.uwaterloo.ca>
  6. Organization: University of Waterloo
  7. Distribution: na
  8. Date: Thu, 10 Sep 1992 20:23:42 GMT
  9. Lines: 19
  10.  
  11.  
  12. In Irix 4.0.x, the mail startup script /etc/rc2.d/S50mail
  13. contains these lines:
  14.  
  15.     cd /usr/mail
  16. [...]
  17.     chgrp mail . *
  18.     chmod g+w . *
  19.  
  20. This doesn't work so well when you have lots of users.
  21. Too many arguments for * to expand.
  22.  
  23. We're NFS mounting home directories and mailboxes for oh,
  24. a few thousand undergrads.  :-)
  25.  
  26. -----
  27. Robyn Landers    rblanders@math.uwaterloo.ca
  28. Math Faculty Computing Facility
  29. University of Waterloo, Ontario, Canada
  30.