SOURCES: vixie-cron-manpages.patch (NEW) - new (it integrates form...

prism prism at pld-linux.org
Mon Jul 25 12:39:59 CEST 2005


Author: prism                        Date: Mon Jul 25 10:39:59 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new (it integrates former -0days -crontabloc and -dst patches)

---- Files affected:
SOURCES:
   vixie-cron-manpages.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vixie-cron-manpages.patch
diff -u /dev/null SOURCES/vixie-cron-manpages.patch:1.1
--- /dev/null	Mon Jul 25 12:39:59 2005
+++ SOURCES/vixie-cron-manpages.patch	Mon Jul 25 12:39:54 2005
@@ -0,0 +1,37 @@
+diff -uNr vixie-cron-4.1.p8/crontab.5 vixie-cron-4.1/crontab.5
+--- vixie-cron-4.1.p8/crontab.5	2005-07-23 12:40:30.000000000 +0200
++++ vixie-cron-4.1/crontab.5	2005-07-24 22:48:32.000000000 +0200
+@@ -86,8 +86,15 @@
+ .I and
+ when at least one of the two day fields (day of month, or day of week)
+ match the current time (see ``Note'' below).
++Note that this means that non-existant times, such as "missing hours"
++during daylight savings conversion, will never match, causing jobs
++scheduled during the "missing times" not to be run.  Similarly, times
++that occur more than once (again, during daylight savings conversion)
++will cause matching jobs to be run twice.
++.PP
+ .IR cron (8)
+ examines cron entries once every minute.
++.PP
+ The time and date fields are:
+ .IP
+ .ta 1.5i
+@@ -101,7 +108,7 @@
+ .br
+ day of month	1-31
+ .br
+-month	0-12 (or names, see below)
++month	1-12 (or names, see below)
+ .br
+ day of week	0-7 (0 or 7 is Sun, or use names)
+ .br
+@@ -164,6 +171,8 @@
+ 23 0-23/2 * * * echo "run 23 minutes after midn, 2am, 4am ..., everyday"
+ 5 4 * * sun     echo "run at 5 after 4 every sunday"
+ .fi
++.SH FILES
++/etc/cron.d/crontab			System crontab file
+ .SH SEE ALSO
+ cron(8), crontab(1)
+ .SH EXTENSIONS
================================================================



More information about the pld-cvs-commit mailing list