Use "not in" operator in various places ("foo not in bar" instead of "not foo in...
[mirror/userdir-ldap.git] / debian / ud-replicate.cron.d
1 # crontab for the fallback replicate operation, should be handled by the daemon
2 @weekly root if [ -x /usr/bin/ud-replicate ]; then /usr/bin/ud-replicate; fi