MAILTO=system@fact-project.org # cronjobs for coma (Wuerzburg) # change permissions for files and directories in /fact 0 8,18 * * * /bin/chmod -R a+r /fact/raw/ 0 8,18 * * * /bin/chmod -R a+r /fact/aux/ 0 8,18 * * * /usr/bin/find /fact/raw/ -type d -exec /bin/chmod a+x {} \; 0 8,18 * * * /usr/bin/find /fact/aux/ -type d -exec /bin/chmod a+x {} \; 0 8,18 * * * /usr/bin/find /fact/raw/ -type d -exec /bin/chmod g+x {} \; 0 8,18 * * * /usr/bin/find /fact/aux/ -type d -exec /bin/chmod g+x {} \;