######################################################################
## ddclient is an IP address updater for www.dyndns.org
## $Header: /home/paul/src/ddclient/RCS/sample-etc_cron.d_ddclient,v 1.4 2000/04/22 14:04:42 root Exp $
######################################################################
## minute         0-59
## hour           0-23
## day of month   1-31
## month          1-12 (or names, see below)
## day of week    0-7 (0 or 7 is Sun, or use names)
######################################################################
## force an update twice a month
##
30 23 1,15 * *	root    /bin/ddclient -refresh -retry -force
######################################################################
## retry failed updates five minutes.
##
0-59/5 * * * *	root    /bin/ddclient -refresh -retry -quiet
