From: Stephen Gran Date: Sat, 25 Jan 2014 14:35:43 +0000 (+0000) Subject: Change cron job to weekly X-Git-Tag: userdir-ldap-0.3.85~20 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=8336d589b93d805e4b294b5e41154b0759f49881 Change cron job to weekly --- diff --git a/debian/changelog b/debian/changelog index ea9116e..4eba610 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ userdir-ldap (0.3.82) UNRELEASED; urgency=low [ Stephen Gran ] * KFreeBSD uses a different syslog socket just because + * Change cron job to weekly [ Peter Palfrader ] * sigcheck: Import userdir_ldap so CheckLDAP() can find connectLDAP(). diff --git a/debian/ud-replicate.cron.d b/debian/ud-replicate.cron.d index 3231229..30823f1 100644 --- a/debian/ud-replicate.cron.d +++ b/debian/ud-replicate.cron.d @@ -1,2 +1,2 @@ -# crontab for the replicate operation, 15 min cycle. -10,25,40,55 * * * * root if [ -x /usr/bin/ud-replicate ]; then /usr/bin/ud-replicate; fi +# crontab for the fallback replicate operation, should be handled by the daemon +@weekly root if [ -x /usr/bin/ud-replicate ]; then /usr/bin/ud-replicate; fi