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>
This commit is contained in:
Michael Tremer
2020-02-05 11:23:34 +00:00
committed by Arne Fitzenreiter
parent 8f4ed62fa8
commit e4a0b55881

View File

@@ -93,6 +93,6 @@ usr/sbin/fcron
#usr/share/man/man5/fcron.conf.5
#usr/share/man/man5/fcrontab.5
#usr/share/man/man8/fcron.8
#var/spool/cron
var/spool/cron
var/spool/cron/new.root
var/spool/cron/root.orig