2 USING: kernel namespaces threads arrays sequences
7 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10 "/etc/cron.daily/apt" fork-exec-arg
11 "/etc/cron.daily/aptitude" fork-exec-arg
12 "/etc/cron.daily/bsdmainutils" fork-exec-arg
13 "/etc/cron.daily/find.notslocate" fork-exec-arg
14 "/etc/cron.daily/logrotate" fork-exec-arg
15 "/etc/cron.daily/man-db" fork-exec-arg
16 "/etc/cron.daily/ntp-server" fork-exec-arg
17 "/etc/cron.daily/slocate" fork-exec-arg
18 "/etc/cron.daily/standard" fork-exec-arg
19 "/etc/cron.daily/sysklogd" fork-exec-arg
20 "/etc/cron.daily/tetex-bin" fork-exec-arg
21 ] cron-jobs-daily set-global
24 "/etc/cron.weekly/cvs" fork-exec-arg
25 "/etc/cron.weekly/man-db" fork-exec-arg
26 "/etc/cron.weekly/ntp-server" fork-exec-arg
27 "/etc/cron.weekly/popularity-contest" fork-exec-arg
28 "/etc/cron.weekly/sysklogd" fork-exec-arg
29 ] cron-jobs-weekly set-global
32 "/etc/cron.monthly/scrollkeeper" fork-exec-arg
33 "/etc/cron.monthly/standard" fork-exec-arg
34 ] cron-jobs-monthly set-global