Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 531032 | Differences between
and this patch

Collapse All | Expand All

(-)a/cron/sysstat.crond.in (-3 / +3 lines)
Lines 1-6 Link Here
1
# Run system activity accounting tool every @CRON_INTERVAL@ minutes
1
# Run system activity accounting tool every @CRON_INTERVAL@ minutes
2
*/@CRON_INTERVAL@ * * * * @CRON_OWNER@ @SA_LIB_DIR@/sa1 1 1
2
*/@CRON_INTERVAL@ * * * *  @SA_LIB_DIR@/sa1 1 1
3
# 0 * * * * @CRON_OWNER@ @SA_LIB_DIR@/sa1 @CRON_INTERVAL_SEC@ @CRON_COUNT@ &
3
# 0 * * * *  @SA_LIB_DIR@/sa1 @CRON_INTERVAL_SEC@ @CRON_COUNT@ &
4
# Generate a text summary of previous day process accounting at 00:07
4
# Generate a text summary of previous day process accounting at 00:07
5
7 0 * * * @CRON_OWNER@ @SA_LIB_DIR@/sa2 -A
5
7 0 * * *  @SA_LIB_DIR@/sa2 -A
6
6

Return to bug 531032