home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / ultrix / 9019 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.3 KB

  1. Path: sparky!uunet!noc.near.net!bigboote.WPI.EDU!nntp!aej
  2. From: aej@manyjars.WPI.EDU (Allan E Johannesen)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Re: why is /usr/lib/crontab a link to /etc/crontab?
  5. Date: 21 Dec 92 13:17:40
  6. Organization: Worcester Polytechnic Institute, Worcester, MA 01609-2280
  7. Lines: 16
  8. Message-ID: <AEJ.92Dec21131740@manyjars.WPI.EDU>
  9. References: <BzM9tJ.Kpq@ns1.nodak.edu>
  10. NNTP-Posting-Host: manyjars.wpi.edu
  11. In-reply-to: grosen@isc.cs.ndsu.nodak.edu's message of 21 Dec 92 16:00:55 GMT
  12.  
  13. >>>>> On 21 Dec 92 16:00:55 GMT, grosen@isc.cs.ndsu.nodak.edu (Johannes Grosen) said:
  14.  
  15. grosen> I'm curious about why (Ultrix 4.2a) /usr/lib/crontab is a
  16. grosen> symlink to /etc/crontab? I'd like to get rid of the symlink
  17. grosen> and have a single copy in /usr/lib. Will I be breaking
  18. grosen> anything if I do this?
  19.  
  20. Probably not.  My assumption for the symlink is to leave /usr/ read-
  21. only, and have the per-station things in /etc/.  Here, we mount /usr/
  22. to stations, so this kind of structure permits different stations to
  23. have the same /usr/, but allows different crontabs.
  24.  
  25. Actually, we run the excellent vixie cron, which is totally different,
  26. but the pointer layout is valid for the "normal" cron.  For example,
  27. there are pointers /usr/lib/sendmail* -> /etc/... for the same reason
  28. (except we don't run DEC sendmail, but that's another story).
  29.