]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
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)
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

index d37541b95718d6d0aba6f467a5f7b0da6ad81d00..fb4410f4db588b5e6835e65648e3467a01dfa463 100644 (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