~ubuntu-branches/ubuntu/gutsy/sysstat/gutsy-backports

« back to all changes in this revision

Viewing changes to sysstat.sysconfig.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2007-05-03 11:05:07 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070503110507-myx4tgq3em3dndbb
Tags: 7.1.4-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Used by sa2(8) script
3
3
# If value is greater than 28, then log files are kept in
4
4
# multiple directories, one for each month.
5
 
HISTORY=CONFIG_HISTORY
 
5
HISTORY=@HISTORY@
6
6
 
7
7
# Compress (using gzip) sa and sar files older than (in days):
8
 
COMPRESSAFTER=10
 
8
COMPRESSAFTER=@COMPRESSAFTER@
9
9