diff options
author | Dale Mellor <mcron-lsfnyl@rdmp.org> | 2022-07-07 22:15:49 +0100 |
---|---|---|
committer | Dale Mellor <mcron-lsfnyl@rdmp.org> | 2022-07-07 22:15:49 +0100 |
commit | a5a032e7bebb4a725e3416e6708d20cdf9b7472e (patch) | |
tree | 70f9a8c566132b1b38570fdad313f405e3848bd3 /src/cron.in | |
parent | a0d493fa9be910187a00c6be1ccbf5ee50ffd040 (diff) | |
download | mcron-a5a032e7bebb4a725e3416e6708d20cdf9b7472e.tar.gz mcron-a5a032e7bebb4a725e3416e6708d20cdf9b7472e.tar.bz2 mcron-a5a032e7bebb4a725e3416e6708d20cdf9b7472e.zip |
cron doesnʼt need the --log-format and --date-format options.
* src/cron.in: remove the options
* src/mcron/scripts/cron.scm: no need for extra processing
Diffstat (limited to 'src/cron.in')
-rw-r--r-- | src/cron.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cron.in b/src/cron.in index fc4725e..b260a5e 100644 --- a/src/cron.in +++ b/src/cron.in @@ -27,6 +27,7 @@ (set! %load-compiled-path (cons "%modbuilddir%" %load-compiled-path))) (use-modules (mcron scripts cron) + (mcron utils) (ice-9 command-line-processor)) (process-command-line (command-line) |