### Sync SCLs with copr repos every 10 minutes
#*/10 * * * *    root    if [ ! -e /run/sclsync ]; then touch /run/sclsync; softwarecollections sclsync; softwarecollections sclrelated; rm /run/sclsync; fi

### This rebuilds error pages with the current year in the footer
#0 0 1 1 *       root    /usr/bin/softwarecollections makeerrorpages

### Enable temporarily disabled cron entries
#0 3 * * *       root    sed -i -r 's/^#([^#])/\1/' /etc/cron.d/softwarecollections
