diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-02-21 13:52:19 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-02-21 13:52:19 -0800 |
commit | 110f40248d3e365a98f82d30e2256da35689fbf7 (patch) | |
tree | 2b0df253c0524693fc5cc8310c8435f094a223ca | |
parent | d63b83d26694c531d900e29932e2f38a1aa12690 (diff) |
Remove the repo-maint crontab
Our cron currently doesn't handle stand-alone crontabs
too well, and we're managing all these in root's crontab
anyway. Meh... deleted
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rw-r--r-- | cron-jobs/repo-maint.crontab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cron-jobs/repo-maint.crontab b/cron-jobs/repo-maint.crontab deleted file mode 100644 index babcea1..0000000 --- a/cron-jobs/repo-maint.crontab +++ /dev/null @@ -1,13 +0,0 @@ -MAILTO="root" -#################################################################### -#minute (0-59), # -#| hour (0-23), # -#| | day of the month (1-31), # -#| | | month of the year (1-12), # -#| | | | day of the week (0-6 with 0=Sunday)# -#| | | | | commands # -#################################################################### -*/5 * * * * /arch/cron-jobs/adjust-permissions -00 21 * * * /arch/cron-jobs/createFileList >/dev/null 2>&1 -00 23 * * * /arch/cron-jobs/sourceballs -00 */3 * * * /arch/cron-jobs/ftpdir-cleanup | /arch/cron-jobs/devlist-mailer |