File: CONFIG

package info (click to toggle)
sysstat 4.0.4-1woody2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 760 kB
  • ctags: 565
  • sloc: ansic: 4,569; tcl: 586; makefile: 321; sh: 259; perl: 29
file content (37 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Configuration file for sysstat
# (C) 2000 Sebastien GODARD <sebastien.godard@wanadoo.fr>

# Directories
PREFIX = /usr
SA_DIR = /var/log/sysstat
MAN_DIR = ${PREFIX}/share/man
CLEAN_SA_DIR = n
YESTERDAY =
WANT_ISAG = y
HISTORY = 7

DFLAGS =
SAS_DFLAGS =

# NLS (National Language Support)
REQUIRE_NLS = -DUSE_NLS -DPACKAGE=\"$(PACKAGE)\" -DLOCALEDIR=\"$(PREFIX)/share/locale\"
ifdef REQUIRE_NLS
   DFLAGS += $(REQUIRE_NLS)
endif

# Uncomment this to enable workaround for Linux kernel SMP race condition
SAS_DFLAGS += -DSMP_RACE

# Man page group
MAN_GROUP = root

# Crontab owner
CRON_OWNER = adm

# Run-command directories
RC_DIR = /etc/rc.d
INIT_DIR = /etc/rc.d/init.d
INITD_DIR = init.d

INSTALL_CRON = n