]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/cron/crontab
ddns: Remove forced update
[people/pmueller/ipfire-2.x.git] / config / cron / crontab
index d5e5d7e9f040fcf409b8cd49e8630b6c298c4c7e..9ba52450a3a18804dc98ead1caa49dc2ef6c9a79 100644 (file)
@@ -25,9 +25,7 @@ HOME=/
 17 5 * * *     /etc/init.d/tmpfs backup >/dev/null
 
 # Update dynamic DNS records every five minutes.
-# Force an update once a month
 */5 * * * *    [ -f "/var/ipfire/red/active" ] && /usr/bin/ddns update-all
-3 2 1 * *      [ -f "/var/ipfire/red/active" ] && /usr/bin/ddns update-all --force
 
 # Logwatch
 01 0 * * *     /usr/local/bin/logwatch > /var/log/logwatch/`date -I -d yesterday`; \