Blob Blame History Raw
--- 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
+