pkgsrc-wip/sysstat/patches/patch-ac
Jeremy C. Reed 714b4cf89e Import sysstat.
The sysstat utilities are a collection of performance monitoring
tools for Linux. These include mpstat, iostat, sar, sadc, sadf and
sa tools.  They are front-ends to the kernel proc filesystem.

The mpstat tool reports statistics for each processor. iostat
reports CPU stats and input/output statistics for devices and partitions.
sar is used to collect, report, or save system activity information.
2005-09-16 00:26:07 +00:00

14 lines
325 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2005/09/16 00:26:07 jeremy-c-reed Exp $
--- ioconf.h.orig 2005-09-15 23:12:24.805904880 +0000
+++ ioconf.h 2005-09-15 23:13:33.542455336 +0000
@@ -20,7 +20,9 @@
#define MAX_BLKDEV 255
#endif
+#ifndef IOCONF
#define IOCONF "/etc/sysconfig/sysstat.ioconf"
+#endif
#define K_NODEV "nodev"