AboutSummaryRefsLogTreeCommitDiffStats
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS13
1 files changed, 13 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..9eabf92
--- /dev/null
+++ b/BUGS
@@ -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.