Lines Matching +full:fine +full:- +full:granular
4 --vix ]
6 From ptsfa!lll-crg!ames!acornrc!bob Wed Dec 31 10:07:08 1986
8 From: lll-crg!ames!acornrc!bob (Bob Weissman)
17 << Okay, I've allowed 0-22/2 as a means of handling this.
20 range = (start "-" finish ["/" step]) | single-unit
21 This allows "1,3,5-7", which the current cron doesn't (it won't
24 From drw@mit-eddie Wed Dec 31 18:25:27 1986
26 From: drw@mit-eddie (Dale Worley)
27 To: mit-eddie!vixie!paul
65 02,12,22,32,42,52 * * * * exec /usr/lib/uucp/uucico -r1
68 02:10 * * * * exec /usr/lib/uucp/uucico -r1
79 From ptsfa!lll-lcc!seismo!decuac!c3pe!c3engr!charles Thu Jan 1 17:04:24 1987
80 From: lll-lcc!seismo!c3pe!c3engr!charles (Charles Green)
81 To: c3pe!decuac!dolqci!vrdxhq!seismo!lll-lcc!ptsfa!vixie!paul
93 From: lll-lcc!seismo!uwvax!astroatc!nicmad!norvax!mann (Tom Mann)
102 << My cron allows blank lines and standard #-type comments. I know
135 write to their own crontab files). I'll add '-' (read stdin)
164 * * 4-31 * 1-6 /usr/bin/command
168 every day of the month (unless Sunday falls on days 1-3). This
169 happens because cron runs the command if the day-of-month OR the
170 day-of-week is true.
174 the day-of-month AND the day-of-week are true.
179 * * !1-3 * 1-6 /usr/bin/command
181 (run command Mon-Sat, but NOT [!] on the first 3 days of the month)
183 * * &4-31 * &1-6 /usr/bin/command
185 (run command if day-of-month AND day-of-week are true)
225 Message-ID: <10944@sun.uucp>
254 Oh, yeah - here are the extensions on my cron:
270 tradition -- not in /usr/lib/cron. This is a configuration
276 for them, and RMS didn't like the idea at all :-).
286 << If someone has SysV (with the 14-character limit), they probably
289 portable to non-BSD systems, since it relies on interval timers (I
290 needed to sleep for intervals more granular than seconds alone would
294 Oh, yeah - I'm going to see about getting this cron integrated into
302 From qantel!hplabs!ames!ut-sally!ut-ngp!melpad!bigtex!james Tue Jan 6 21:24:57 1987
303 Posted-Date: Fri, 2 Jan 87 19:26:16 est
305 From: hplabs!ames!ut-sally!ut-ngp!bigtex!james
328 BSD doesn't have this problem -- TZ is passed right on through if
331 The default in the kernel has been just fine so far... But just the
335 I guess I've been spoiled. HPUX is SysV-based, and I never had a
346 I don't see any reason to create log entries, given the mail-the-
356 entry starts with an unescaped -, then flags and options follow immediately
359 2,12,22,32,42,52 * * * * -q /usr/lib/uucp/uudemon.hr
362 some kind. This is probably safe as not many filenames start with "-", and
366 many people request it, I won't be needing -q as you've defined it.
368 the occasional script that you don't want to bullet-proof.
379 From qantel!lll-crg!ames!uw-beaver!uw-nsr!john Tue Jan 6 23:32:44 1987
381 From: lll-crg!ames!uw-beaver!uw-nsr!john (John Sambrook 5-7433)
410 1) Add some way to tell cron to reread the files, say kill -1 <pid>
414 daemon wakes up, it sees it, and re-reads the crontab files.
418 IF-statement to handle the POKECRON file. >>
440 (2) the file can be syntax-checked before installation. >>
465 generic environment-variable setting could be useful, though. Since