fcron: fix /var/spool/cron permissions.

This commit is contained in:
Arne Fitzenreiter
2014-04-30 10:57:14 +02:00
parent 72cdb51765
commit 6be2813368
2 changed files with 2 additions and 0 deletions

View File

@@ -399,6 +399,7 @@ if [ -e /var/ipfire/qos/enable ]; then
/usr/local/bin/qosctrl start
fi
chown cron:cron /var/spool/cron
# Update crontab
cat <<EOF >> /var/spool/cron/root.orig

View File

@@ -13,6 +13,7 @@
case "$1" in
start)
boot_mesg "Starting fcron..."
chown cron:cron /var/spool/cron
loadproc /usr/sbin/fcron -y
# remove -y to reenable fcron logging
;;