2007-11-15 21:47:51 -05:00
|
|
|
|
2007-11-20 03:03:16 -05:00
|
|
|
USING: kernel namespaces threads arrays sequences combinators.cleave
|
|
|
|
raptor raptor.cron ;
|
2007-11-15 21:47:51 -05:00
|
|
|
|
|
|
|
IN: raptor
|
|
|
|
|
|
|
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
|
2007-11-20 03:03:16 -05:00
|
|
|
[
|
2007-12-05 20:35:19 -05:00
|
|
|
"/etc/cron.daily/apt" fork-exec-arg
|
|
|
|
"/etc/cron.daily/aptitude" fork-exec-arg
|
|
|
|
"/etc/cron.daily/bsdmainutils" fork-exec-arg
|
|
|
|
"/etc/cron.daily/find.notslocate" fork-exec-arg
|
|
|
|
"/etc/cron.daily/logrotate" fork-exec-arg
|
|
|
|
"/etc/cron.daily/man-db" fork-exec-arg
|
|
|
|
"/etc/cron.daily/ntp-server" fork-exec-arg
|
|
|
|
"/etc/cron.daily/slocate" fork-exec-arg
|
|
|
|
"/etc/cron.daily/standard" fork-exec-arg
|
|
|
|
"/etc/cron.daily/sysklogd" fork-exec-arg
|
|
|
|
"/etc/cron.daily/tetex-bin" fork-exec-arg
|
2007-11-20 03:03:16 -05:00
|
|
|
] cron-jobs-daily set-global
|
|
|
|
|
|
|
|
[
|
2007-12-05 20:35:19 -05:00
|
|
|
"/etc/cron.weekly/cvs" fork-exec-arg
|
|
|
|
"/etc/cron.weekly/man-db" fork-exec-arg
|
|
|
|
"/etc/cron.weekly/ntp-server" fork-exec-arg
|
|
|
|
"/etc/cron.weekly/popularity-contest" fork-exec-arg
|
|
|
|
"/etc/cron.weekly/sysklogd" fork-exec-arg
|
2007-11-20 03:03:16 -05:00
|
|
|
] cron-jobs-weekly set-global
|
|
|
|
|
|
|
|
[
|
2007-12-05 20:35:19 -05:00
|
|
|
"/etc/cron.monthly/scrollkeeper" fork-exec-arg
|
|
|
|
"/etc/cron.monthly/standard" fork-exec-arg
|
2007-11-20 03:03:16 -05:00
|
|
|
] cron-jobs-monthly set-global
|