X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/4b9ccde74dc34e450ed96bcd3d044f78cf393d8d..9592d279c9ed3290efd2dc197330e383d16656d8:/usr/lib/crontab diff --git a/usr/lib/crontab b/usr/lib/crontab index 826d030670..dc6d256347 100644 --- a/usr/lib/crontab +++ b/usr/lib/crontab @@ -3,9 +3,11 @@ 15 4 * * * find /usr/preserve -mtime +7 -a -exec rm -f {} \; 20 4 * * * find /usr/msgs -mtime +21 -a ! -perm 444 -a ! -name bounds -a -exec rm -f {} \; 30 4 * * * /usr/lib/uucp/cleanlog -40 4 * * * find / -name '#*' -atime +3 -exec rm -f {} \; +40 4 * * * find / '(' -name '#*' -o -name '*.CKP' ')' -a -atime +3 -a -exec rm -f {} ';' 0,15,30,45 * * * * /usr/lib/atrun 0,10,20,30,40,50 * * * * /etc/dmesg - >>/usr/adm/messages -1,11,21,31,41,51 * * * * (echo -n ' '; date; echo ) >/dev/console +1,11,21,31,41,51 * * * * (echo ' ' `date`; echo ' ') >/dev/console 0 0 * * * su daemon < /usr/local/lib/uucp.daily 0 5,12,18 * * * su daemon < /usr/local/lib/uucp.6hours +0 0 * * * /usr/local/lib/news/expire +5 4 * * * sh /usr/adm/newsyslog