diff options
author | dale_mellor <dale_mellor> | 2003-07-05 12:13:19 +0000 |
---|---|---|
committer | dale_mellor <dale_mellor> | 2003-07-05 12:13:19 +0000 |
commit | 62b040336328d99ade41776bd52b1d7cd7298629 (patch) | |
tree | 501d06d9af92555884a0820214a2634bde8a36e9 /TODO | |
parent | 3725aedd02d9b24c1239610066dd62387ef4d5a9 (diff) | |
download | mcron-62b040336328d99ade41776bd52b1d7cd7298629.tar.gz mcron-62b040336328d99ade41776bd52b1d7cd7298629.tar.bz2 mcron-62b040336328d99ade41776bd52b1d7cd7298629.zip |
Disabled installation of cron, crontab by default. Fixed up all information files to reflect this.0.99.1
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,5 @@ + -*-text-*- + Maybe in the near future... * Logging. @@ -16,8 +18,9 @@ There are no plans to actually do the following any time soon... * Full security audit for Vixie mode. - * Move internal functions into a namespace such that configuration files - cannot interfere with mcron itself. + * Move internal functions into a namespace, or provide alternative + environments, such that configuration files cannot interfere with mcron + itself. @@ -28,7 +31,8 @@ Quite likely to happen if version 2.0 ever materializes... * UNIX or TCP socket will allow interrogation and control of a running daemon (should be more reliable, efficient and useful than using the - SIGHUP-/var/cron/update method). + SIGHUP-/var/cron/update method). (I did already try this but, as with + processes, Guile's use of threads falls over.) |