diff options
author | Brian Somers <brian@FreeBSD.org> | 2001-05-30 16:46:53 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2001-05-30 16:46:53 +0000 |
commit | c4d5bb512909b831892524e4f6780a002d503135 (patch) | |
tree | 569d6b9b5196861eaaf81c2307514dd61cea1632 /etc/defaults/periodic.conf | |
parent | af8dcd940f5d738e717f05a15be926e920945d32 (diff) | |
download | src-c4d5bb512909b831892524e4f6780a002d503135.tar.gz src-c4d5bb512909b831892524e4f6780a002d503135.zip |
Notes
Diffstat (limited to 'etc/defaults/periodic.conf')
-rw-r--r-- | etc/defaults/periodic.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf index 8b838995552e..2f2d2a465952 100644 --- a/etc/defaults/periodic.conf +++ b/etc/defaults/periodic.conf @@ -79,6 +79,8 @@ daily_calendar_enable="NO" # Run calendar -a # 310.accounting daily_accounting_enable="YES" # Rotate acct files daily_accounting_compress="NO" # Gzip rotated files +daily_accounting_flags= # Flags to /usr/sbin/sa +daily_accounting_save=3 # How many files to save # 320.distfile daily_distfile_enable="YES" # Run rdist daily |