On Mon, Jun 10, 2002 at 10:07:08PM -0700, Rob Hudson wrote: > I'm looking to read the source for cron to make a PHP equivalent > (sort-of). I thought I'd look at the source of how cron parses the > crontab and steal some ideas. > > I was recalling that Jacob posted many links in the past to NetBSD > sources. Is there a web viewable, or FTP viewable archive where you can > get down into the C code?
I haven't found any for Linux (perhaps gnu.org may have one), but there's http://www.openbsd.org/cgi-bin/cvsweb/ http://cvsweb.netbsd.org/bsdweb.cgi/ http://www.freebsd.org/cgi/cvsweb.cgi/ You probably want the directories usr.sbin/cron and usr.bin/crontab. -- <[EMAIL PROTECTED]>
