From 8336d589b93d805e4b294b5e41154b0759f49881 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 25 Jan 2014 14:35:43 +0000 Subject: [PATCH] Change cron job to weekly --- debian/changelog | 1 + debian/ud-replicate.cron.d | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.20.1