From: Christian Schmidt Date: Tue, 13 Jul 2010 23:09:39 +0000 (+0200) Subject: Added the latest changes to the core39. X-Git-Tag: v2.9-beta1~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d59ed570303e61b36cd6e0fce63383345a377c05;p=ipfire-2.x.git Added the latest changes to the core39. --- diff --git a/config/rootfiles/core/39/filelists/files b/config/rootfiles/core/39/filelists/files index 505310a5fe..68ce835bf3 100644 --- a/config/rootfiles/core/39/filelists/files +++ b/config/rootfiles/core/39/filelists/files @@ -8,3 +8,4 @@ usr/local/bin/updxlratorctrl usr/local/bin/urlfilterctrl srv/web/ipfire/cgi-bin/updatexlrator.cgi srv/web/ipfire/cgi-bin/urlfilter.cgi +/opt/pakfire/lib/functions.pl diff --git a/config/rootfiles/core/39/update.sh b/config/rootfiles/core/39/update.sh index 057a6f41eb..a54f5b8b90 100644 --- a/config/rootfiles/core/39/update.sh +++ b/config/rootfiles/core/39/update.sh @@ -23,6 +23,12 @@ # . /opt/pakfire/lib/functions.sh /usr/local/bin/backupctrl exclude >/dev/null 2>&1 + +# Cleanup crontab +cat /var/spool/cron/root.orig | grep -v updatexlrator | grep -v urlfilter > /var/spool/cron/root.orig.temp +mv -f /var/spool/cron/root.orig.temp /var/spool/cron/root.orig +fcrontab -z + # #Stop services