Tue Feb 24 2004 Nils Philippsen <nphilipp@redhat.com> 4.0.7-3.rhl9.1 - fix insecure tmp files in scripts (#78212) - fix dealing with lib64 case of cron.d file - fix paths on multilib arches - handle interface names longer than 5 characters (#92052) - increase maximum number of partitions (#110822)
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
# run system activity accounting tool every 10 minutes
|
|
*/10 * * * * root /usr/lib/sa/sa1 1 1
|
|
# generate a daily summary of process accounting at 23:53
|
|
53 23 * * * root /usr/lib/sa/sa2 -A
|
|
|