ec983d5b2b
Mon Jul 02 2001 Preston Brown <pbrown@redhat.com> - run sa1 from cron.d to fix run-parts interaction problem (#37733) Fri Jun 29 2001 Preston Brown <pbrown@redhat.com> - upgrade to 4.0.1 stable release Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com> - Bump release + rebuild.
6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/sh
|
|
|
|
# generate a daily summary of process accounting.
|
|
umask 0022
|
|
/usr/lib/sa/sa2 -A
|