mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
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:
committed by
Arne Fitzenreiter
parent
8f4ed62fa8
commit
e4a0b55881
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user