From: Michael Tremer Date: Wed, 7 May 2014 10:00:11 +0000 (+0200) Subject: core77: Remove dialctrl.pl call from crontab. X-Git-Tag: v2.15-core77~3^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fc66b345a22a72045f2073ed2b58feb2bac6a38;p=people%2Fms%2Fipfire-2.x.git core77: Remove dialctrl.pl call from crontab. --- diff --git a/config/rootfiles/core/77/update.sh b/config/rootfiles/core/77/update.sh index 7e4416ab01..e9cf770045 100644 --- a/config/rootfiles/core/77/update.sh +++ b/config/rootfiles/core/77/update.sh @@ -407,6 +407,9 @@ grep -q timezone-transition /var/spool/cron/root.orig || cat <> /var/spool 00 3 * 3 0 /usr/local/bin/timezone-transition /usr/local/bin/firewallctrl 00 2 * 10-11 0 /usr/local/bin/timezone-transition /usr/local/bin/firewallctrl EOF + +# Remove dialctrl script. +sed -i /var/spool/cron/root.orig -e "/Dialup/,/dialctrl.pl/d" fcrontab -z &>/dev/null