sysstat/sysstat-4.0.1-config.patch
cvsdist ec983d5b2b auto-import changelog data from sysstat-4.0.1-1.src.rpm
Mon Jul 02 2001 Preston Brown <pbrown@redhat.com>
- run sa1 from cron.d to fix run-parts interaction problem (#37733)
Fri Jun 29 2001 Preston Brown <pbrown@redhat.com>
- upgrade to 4.0.1 stable release
Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
- Bump release + rebuild.
2004-09-09 12:55:38 +00:00

37 lines
706 B
Diff

--- sysstat-4.0.1/build/CONFIG.config Sun Jun 24 10:10:30 2001
+++ sysstat-4.0.1/build/CONFIG Fri Jun 29 13:04:58 2001
@@ -2,7 +2,7 @@
# (C) 2000 Sebastien GODARD <sebastien.godard@wanadoo.fr>
# Directories
-PREFIX = /usr/local
+PREFIX = /usr
SA_DIR = /var/log/sa
CLEAN_SA_DIR = n
@@ -16,18 +16,21 @@
endif
# Uncomment this to enable workaround for Linux kernel SMP race condition
-#SAS_DFLAGS += -DSMP_RACE
+SAS_DFLAGS += -DSMP_RACE
# Man page group
MAN_GROUP = root
+IGNORE_MAN_GROUP = y
+
# Crontab owner
CRON_OWNER = adm
# Run-command directories
-RC_DIR = /etc/rc.d
-INIT_DIR = /etc/rc.d/init.d
+RC_DIR = /etc
+INIT_DIR = /etc/init.d
INITD_DIR = init.d
INSTALL_CRON = n
+