mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Added the latest changes to the core39.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user