home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / sysadmin / 4287 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.9 KB

  1. Path: sparky!uunet!decwrl!concert!duke!khera
  2. From: khera@cs.duke.edu (Vivek Khera)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: Is cron going to get better?
  5. Message-ID: <KHERA.92Jul21101158@thneed.cs.duke.edu>
  6. Date: 21 Jul 92 14:11:58 GMT
  7. References: <1992Jul18.172701.3216@fishbone.uucp> <1992Jul20.221450.15442@cs.sfu.ca>
  8. Sender: news@duke.cs.duke.edu
  9. Organization: Duke University CS Dept., Durham, NC
  10. Lines: 28
  11. Nntp-Posting-Host: thneed.cs.duke.edu
  12. In-reply-to: oneill@cs.sfu.ca's message of 20 Jul 92 22:14:50 GMT
  13. X-Md4-Signature: 3cabf027795c513dde2cfe43309daa5d
  14.  
  15. In article <1992Jul20.221450.15442@cs.sfu.ca> oneill@cs.sfu.ca (Richard O'Neill) writes:
  16.  
  17.    I belive that NeXT implemented the standard BSD4.3 cron program, so either
  18.    Sun chose to be different, or it is a SysVism that they've adopted. 
  19.    Personally I have always believed that they re-wrote all the cron type code
  20.    because the 'at' command didn't work in SunOS 3.5.
  21.  
  22. Sun adopted System V cron for SunOS 4.  the idea is good, but the
  23. implementation leaves much to be desired.  there are problems with
  24. cron not "doing the right thing" at the change to/from daylight
  25. savings time.  there are also reports of cron executing some jobs
  26. multiple times.  it also executes your cron jobs with a shell that
  27. thinks it is interactive;  this causes no end of confusion for people
  28. who have always had something like this in their .cshrc:
  29.  
  30. if (! $?prompt ) then
  31.   exit
  32. endif
  33.  
  34. to differentiate between interactive and non-interactive shell executions.
  35.  
  36. there are other cron implementations out there.  i believe that
  37. someone mentioned Paul Vixie's as a viable alternative.
  38. --
  39. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  40. Vivek Khera, Gradual Student/Systems Guy  Department of Computer Science
  41. Internet:   khera@cs.duke.edu             Duke University
  42.             (MIME mail accepted)          Durham, NC 27706     (919) 660-6528
  43.