]> git.ipfire.org Git - ipfire-2.x.git/commit
fcron: Fix reloading crontab
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Feb 2020 11:23:34 +0000 (11:23 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 30 Mar 2020 16:37:38 +0000 (16:37 +0000)
commite4a0b558815c07f934c135374cd077c2c0fabf0a
tree0bf0759079a3c280534d4a113ae8f071d2c3eead
parent8f4ed62fa87ef4d1125cc2326a6461c8b0ba018f
fcron: Fix reloading crontab

fcrontab -z fails on a freshly installed system since
/var/spool/cron is now owned by cron:cron and a temporary
file cannot be created.

This will have to be manually changed in the updater by
calling:

  chown cron:cron /var/spool/cron

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/fcron