# Check GPG files in download areas
# (you must define --dir !)
# 04 */5 * * *	root    sv_gpgcheckfiles --dir UNDEFINED  2>/dev/null

# Idem but revalidating the cache 
# 25 2 * * 7	root    sv_gpgcheckfiles --dir UNDEFINED --validate-cache 2>/dev/null


# (2>/dev/null as been added because gnupg generate a lot of garbage on STDERR)

# END
