From: Peter Müller Date: Fri, 23 Sep 2022 10:39:04 +0000 (+0000) Subject: Core Update 171: Ship and rebuild crontab X-Git-Tag: v2.27-core171~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c073cb7f920c5047029f76147b5124e9aa191e0d;p=ipfire-2.x.git Core Update 171: Ship and rebuild crontab Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/171/filelists/files b/config/rootfiles/core/171/filelists/files index 3166edda03..49df6748f7 100644 --- a/config/rootfiles/core/171/filelists/files +++ b/config/rootfiles/core/171/filelists/files @@ -133,3 +133,4 @@ srv/web/ipfire/cgi-bin/index.cgi srv/web/ipfire/cgi-bin/logs.cgi/log.dat srv/web/ipfire/cgi-bin/logs.cgi/urlfilter.dat usr/local/bin/backupiso +var/spool/cron/root.orig diff --git a/config/rootfiles/core/171/update.sh b/config/rootfiles/core/171/update.sh index fc65dd8519..ec0474d052 100644 --- a/config/rootfiles/core/171/update.sh +++ b/config/rootfiles/core/171/update.sh @@ -202,6 +202,9 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup +# Rebuild fcrontab from scratch +/usr/bin/fcrontab -z + # Start services /etc/rc.d/init.d/collectd start /etc/rc.d/init.d/unbound start