From a5a032e7bebb4a725e3416e6708d20cdf9b7472e Mon Sep 17 00:00:00 2001 From: Dale Mellor Date: Thu, 7 Jul 2022 22:15:49 +0100 Subject: cron doesnʼt need the --log-format and --date-format options. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * src/cron.in: remove the options * src/mcron/scripts/cron.scm: no need for extra processing --- src/cron.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cron.in') 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) -- cgit v1.2.3