diff options
author | dale_mellor <dale_mellor> | 2003-07-20 15:52:35 +0000 |
---|---|---|
committer | dale_mellor <dale_mellor> | 2003-07-20 15:52:35 +0000 |
commit | 2c6cfc753d5c4a6116bcf24307371c33f49bcfd1 (patch) | |
tree | 6d186a00c887d2061ac0d430bdf4b76bb41af83b /BUGS | |
parent | 3a55e7e4684d33241d3e3162f3405d6d7cf37723 (diff) | |
download | mcron-2c6cfc753d5c4a6116bcf24307371c33f49bcfd1.tar.gz mcron-2c6cfc753d5c4a6116bcf24307371c33f49bcfd1.tar.bz2 mcron-2c6cfc753d5c4a6116bcf24307371c33f49bcfd1.zip |
All changes from 0.99.1 to 0.99.2 pre-release.0.99.2
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 25 |
1 files changed, 16 insertions, 9 deletions
@@ -1,15 +1,22 @@ - -*-text-*- - -* If two users modify their crontabs simultaneously, there will be contention - for /var/cron/update between themselves and with the main daemon. + -*-text-*- * Daylight savings time shifts are not taken into account very well. If things are critical, your best bet is to set your TZ environment variable to `:Universal', and express all your configuration files in Universal Coordinated Time (UTC). - - -* As often as not the cron daemon crashes (segfaults) when crontab sends it a - SIGHUP. For this reason, the current release does not install cron or - crontab. + + + +_______________________________________________________________________________ +Copyright (C) 2003 Dale Mellor + + Permission is granted to anyone to make or distribute verbatim copies + of this document as received, in any medium, provided that the + copyright notice and this permission notice are preserved, + thus giving the recipient permission to redistribute in turn. + + Permission is granted to distribute modified versions + of this document, or of portions of it, + under the above conditions, provided also that they + carry prominent notices stating who last changed them. |