| Line | |
|---|
| 1 | MAILTO=system@fact-project.org
|
|---|
| 2 | # cronjobs for coma (Wuerzburg)
|
|---|
| 3 | # change permissions for files and directories in /fact
|
|---|
| 4 | 0 8,18 * * * /bin/chmod -R a+r /fact/raw/
|
|---|
| 5 | 0 8,18 * * * /bin/chmod -R a+r /fact/aux/
|
|---|
| 6 | 0 8,18 * * * /usr/bin/find /fact/raw/ -type d -exec /bin/chmod a+x {} \;
|
|---|
| 7 | 0 8,18 * * * /usr/bin/find /fact/aux/ -type d -exec /bin/chmod a+x {} \;
|
|---|
| 8 | 0 8,18 * * * /usr/bin/find /fact/raw/ -type d -exec /bin/chmod g+x {} \;
|
|---|
| 9 | 0 8,18 * * * /usr/bin/find /fact/aux/ -type d -exec /bin/chmod g+x {} \;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.