diff options
author | dale_mellor <dale_mellor> | 2003-07-04 08:09:04 +0000 |
---|---|---|
committer | dale_mellor <dale_mellor> | 2003-07-04 08:09:04 +0000 |
commit | 3725aedd02d9b24c1239610066dd62387ef4d5a9 (patch) | |
tree | fce5dd0b6d658fd897bb91a823c983ceb15b59ba /BUGS | |
download | mcron-3725aedd02d9b24c1239610066dd62387ef4d5a9.tar.gz mcron-3725aedd02d9b24c1239610066dd62387ef4d5a9.tar.bz2 mcron-3725aedd02d9b24c1239610066dd62387ef4d5a9.zip |
Initial version. Production quality, fully complete source but contains known bugs (lots!)
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ + -*-text-*- + +* If two users modify their crontabs simultaneously, there will be contention + for /var/cron/update between themselves and with the main daemon. + +* 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. |