]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
fcron: Update to 3.2.1
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 3 Feb 2021 15:01:07 +0000 (16:01 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Feb 2021 22:23:13 +0000 (22:23 +0000)
commita87abffc9e2d9fd4ca038ed17bcb582c979663bc
tree0bcdd52234dc89896b716bc6805b78622bb1fe14
parent8ace58e8ac0491aa72f1213841824d284377db0d
fcron: Update to 3.2.1

- Update fcron from 3.2.0 (Jul 2014) to 3.2.1 (Jun 2016 - latest version)
- Updated rootfile
- Changelog
From version 3.2.0 to 3.2.1
     * @-line can now be run every second (minimum every 10s previously)
     * Fixed occasional 1s slippage. This was due to a race condition
       between when time_to_sleep is run and when we compute how long to
       sleep for, which could happen in the following second: if that
       happened we end up sleeping for 1s instead of not sleeping at all.
       The fix was to replace time_to_sleep() by next_wake_time().
     * add From: header to emails. Similarly to other crons, use: "From:
       %s (fcron)" with %s being either the user the job is run as or the
       value of MAILFROM.
     * The installation script now supports systemd fully.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/fcron
lfs/fcron