diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-03-25 03:55:53 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-03-25 03:55:53 -0400 |
commit | f84c8dcc22f1499128893e62b0e15b4b592c47ba (patch) | |
tree | ee14029aa59c076fdfde1c504a385f3389477a6a /testsuites/rubbos/rubbos_scripts/1-1-1/sysstat_conf/CONFIG | |
parent | 7ba76747d55669e2bbaf70a3061e1c0b5dea912e (diff) |
adjust project directories
JIRA: BOTTLENECK-56
Change-Id: Ic9acad5eaa4917093bdb85a80960f796f5b4ba7f
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'testsuites/rubbos/rubbos_scripts/1-1-1/sysstat_conf/CONFIG')
-rw-r--r-- | testsuites/rubbos/rubbos_scripts/1-1-1/sysstat_conf/CONFIG | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/testsuites/rubbos/rubbos_scripts/1-1-1/sysstat_conf/CONFIG b/testsuites/rubbos/rubbos_scripts/1-1-1/sysstat_conf/CONFIG new file mode 100644 index 00000000..24bfca3a --- /dev/null +++ b/testsuites/rubbos/rubbos_scripts/1-1-1/sysstat_conf/CONFIG @@ -0,0 +1,46 @@ + +# Configuration file for sysstat +# (C) 2000-2006 Sebastien GODARD (sysstat <at> wanadoo.fr) + +# Directories +PREFIX = /bottlenecks/rubbos/app/sysstat-9.0.6 +SA_LIB_DIR = /bottlenecks/rubbos/app/sysstat-9.0.6/lib/sa +SADC_PATH = ${SA_LIB_DIR}/sadc +SA_DIR = /bottlenecks/rubbos/app/sysstat-9.0.6/var/log/sa +MAN_DIR = /bottlenecks/rubbos/app/sysstat-9.0.6/man +CLEAN_SA_DIR = n +YESTERDAY = +HISTORY = 7 + +DFLAGS = +SAS_DFLAGS = + +ENABLE_NLS = y +ENABLE_SMP_WRKARD = n + +ifeq ($(ENABLE_NLS),y) +# NLS (National Language Support) +REQUIRE_NLS = -DUSE_NLS -DPACKAGE=\"$(PACKAGE)\" -DLOCALEDIR=\"$(PREFIX)/share/locale\" +endif +ifdef REQUIRE_NLS + DFLAGS += $(REQUIRE_NLS) +endif + +ifeq ($(ENABLE_SMP_WRKARD),y) +# Uncomment this to enable workaround for Linux kernel SMP race condition +SAS_DFLAGS += -DSMP_RACE +endif + +# Man page group +MAN_GROUP = man + +# Crontab owner +CRON_OWNER = adm + +# Run-command directories +RC_DIR = /etc +INIT_DIR = /etc/init.d +INITD_DIR = init.d + +INSTALL_CRON = n + |