1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-17 18:12:36 +01:00
slackware-current/source/ap/sysstat/sysstat.etc.sysstat.diff
Patrick J Volkerding 5a12e7c134 Slackware 13.0
Wed Aug 26 10:00:38 CDT 2009
Slackware 13.0 x86_64 is released as stable!  Thanks to everyone who
helped make this release possible -- see the RELEASE_NOTES for the
credits.  The ISOs are off to the replicator.  This time it will be a
6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD.
We're taking pre-orders now at store.slackware.com.  Please consider
picking up a copy to help support the project.  Once again, thanks to
the entire Slackware community for all the help testing and fixing
things and offering suggestions during this development cycle.
As always, have fun and enjoy!  -P.
2018-05-31 22:41:17 +02:00

46 lines
1.4 KiB
Diff

--- ./Makefile.orig 2006-07-05 10:46:04.000000000 -0500
+++ ./Makefile 2006-08-14 21:40:38.000000000 -0500
@@ -34,7 +34,7 @@
MAN8_DIR = $(MAN_DIR)/man8
DOC_DIR = $(PREFIX)/doc/sysstat-$(VERSION)
NLS_DIR = $(PREFIX)/share/locale
-SYSCONFIG_DIR = /etc/sysconfig
+SYSCONFIG_DIR = /etc/sysstat
# Compiler flags
CFLAGS = -Wall -Wstrict-prototypes -pipe -O2 -fno-strength-reduce
--- ./sa2.in.orig 2006-06-09 03:17:26.000000000 -0500
+++ ./sa2.in 2006-08-14 21:38:35.000000000 -0500
@@ -7,7 +7,7 @@
# make history configurable
#
HISTORY=7
-[ -r /etc/sysconfig/sysstat ] && . /etc/sysconfig/sysstat
+[ -r /etc/sysstat/sysstat ] && . /etc/sysstat/sysstat
[ ${HISTORY} -gt 28 ] && HISTORY=28
S_TIME_FORMAT=ISO ; export S_TIME_FORMAT
umask 0022
--- ./README.orig 2006-07-05 10:51:54.000000000 -0500
+++ ./README 2006-08-14 21:39:27.000000000 -0500
@@ -91,8 +91,8 @@
${PREFIX}/doc/sysstat-x.y.z/*
/var/log/sa
${INIT_DIR}/sysstat
-/etc/sysconfig/sysstat
-/etc/sysconfig/sysstat.ioconf
+/etc/sysstat/sysstat
+/etc/sysstat/sysstat.ioconf
/etc/cron.d/sysstat
/etc/rc.d/rc.sysstat for [SLACKWARE]
${RC_DIR}/rc2.d/S03sysstat
--- ./ioconf.h.orig 2006-07-09 03:19:06.000000000 -0500
+++ ./ioconf.h 2006-08-14 21:36:48.000000000 -0500
@@ -20,7 +20,7 @@
#define MAX_BLKDEV 255
#endif
-#define IOCONF "/etc/sysconfig/sysstat.ioconf"
+#define IOCONF "/etc/sysstat/sysstat.ioconf"
#define K_NODEV "nodev"