From a058fad4bdd0406dc88f3d44d64bdc957a137338 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 25 Sep 2005 21:59:08 +0000 Subject: Run dyndns update every 2 am to check for changes. --- etc/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/crontab b/etc/crontab index 297e39f..2dac133 100644 --- a/etc/crontab +++ b/etc/crontab @@ -11,4 +11,4 @@ HOME=/var/log 1,31 0-5 * * * root /usr/bin/nice -n20 adjkerntz -a 1 * 1 * * root /usr/bin/nice -n20 /etc/rc.update_bogons.sh */60 * 1 * * root /usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout -* 2 2 * * root /usr/bin/nice -n20 /etc/rc.dyndns.update +* 2 * * * root /usr/bin/nice -n20 /etc/rc.dyndns.update -- cgit v1.1