From 7471c52d70b6c4ed91fb8e828435aea3a1a8678c Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 19 Jan 2014 11:19:26 +0100 Subject: [PATCH] sysstat 10.2.1 sysstat version 10.2.1 final packaging. lsm and spec files updated. Changelog added. Signed-off-by: Sebastien GODARD --- CHANGES | 16 +++++ Makefile.in | 2 +- README | 2 +- activity.c | 2 +- common.c | 2 +- common.h | 2 +- count.c | 2 +- count.h | 2 +- format.c | 2 +- iconfig | 2 +- iostat.c | 2 +- iostat.h | 2 +- json_stats.c | 2 +- json_stats.h | 2 +- mpstat.c | 2 +- mpstat.h | 2 +- nls/sysstat.pot | 74 +++++++++++----------- pidstat.c | 2 +- pidstat.h | 2 +- pr_stats.c | 2 +- pr_stats.h | 2 +- prealloc.in | 2 +- rd_sensors.c | 2 +- rd_sensors.h | 2 +- rd_stats.c | 2 +- rd_stats.h | 2 +- rndr_stats.c | 2 +- rndr_stats.h | 2 +- sa.h | 2 +- sa1.in | 2 +- sa2.in | 2 +- sa_common.c | 2 +- sa_wrap.c | 2 +- sadc.c | 2 +- sadf.c | 2 +- sadf.h | 2 +- sadf_misc.c | 2 +- sar.c | 2 +- sysconfig.in | 2 +- sysstat-10.2.0.lsm => sysstat-10.2.1.lsm | 14 ++-- sysstat-10.2.0.spec => sysstat-10.2.1.spec | 2 +- sysstat.in | 2 +- version.in | 2 +- xml_stats.c | 2 +- xml_stats.h | 2 +- 45 files changed, 102 insertions(+), 86 deletions(-) rename sysstat-10.2.0.lsm => sysstat-10.2.1.lsm (89%) rename sysstat-10.2.0.spec => sysstat-10.2.1.spec (99%) diff --git a/CHANGES b/CHANGES index a65bf71..1073ac7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,21 @@ Changes: +2014/01/19: Version 10.2.1 - Sebastien Godard (sysstat orange.fr) + * Added new --enable-copy-only option to configure script. + This option may be useful when creating sysstat package to + make sure that files are only copied to $DESTDIR and that + no service is activated (eg. for distro using systemd). + * pidstat: Add a new metric to pidstat I/O statistics: + per-task block I/O delays. + * Take $DESTDIR variable into account when installing sysstat + service used by systemd. + * sadf -H, sadf -j and sadf -x now also display the file + creation time. + * Use sizeof() instead of hardcoded size values. + * pidstat manual page updated. + * Cosmetic fixes. + * NLS updated. + 2013/11/03: Version 10.2.0 - Sebastien Godard (sysstat orange.fr) * pidstat: Added option -v, enabling the user to display the number of threads and file descriptors associated with tasks. diff --git a/Makefile.in b/Makefile.in index 29b8603..7c46a1e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # Makefile to build sysstat commands -# (C) 1999-2013 Sebastien GODARD (sysstat orange.fr) +# (C) 1999-2014 Sebastien GODARD (sysstat orange.fr) # Version and package name VERSION = @PACKAGE_VERSION@ diff --git a/README b/README index 0f9dd6d..4a5232c 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ sysstat: System performance tools for the Linux operating system... -- -(C) 1999-2013 Sebastien GODARD (sysstat orange.fr) +(C) 1999-2014 Sebastien GODARD (sysstat orange.fr) The latest version of sysstat can always be found on my web site at: diff --git a/activity.c b/activity.c index 5c761a5..5f475ba 100644 --- a/activity.c +++ b/activity.c @@ -1,6 +1,6 @@ /* * activity.c: Define system activities available for sar/sadc. - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/common.c b/common.c index 2f97ce3..e0d1125 100644 --- a/common.c +++ b/common.c @@ -1,6 +1,6 @@ /* * sar, sadc, sadf, mpstat and iostat common routines. - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/common.h b/common.h index ceae83b..3153ab7 100644 --- a/common.h +++ b/common.h @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _COMMON_H diff --git a/count.c b/count.c index 856d0fa..a1fbc9d 100644 --- a/count.c +++ b/count.c @@ -1,6 +1,6 @@ /* * count.c: Count items for which statistics will be collected. - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/count.h b/count.h index 79475ee..db6ce22 100644 --- a/count.h +++ b/count.h @@ -1,7 +1,7 @@ /* * count.h: Include file used to count items for which * statistics will be collected. - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _COUNT_H diff --git a/format.c b/format.c index 69824d6..9c331cf 100644 --- a/format.c +++ b/format.c @@ -1,6 +1,6 @@ /* * format.c: Output format definitions for sadf - * (C) 2011-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 2011-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/iconfig b/iconfig index 48010c3..59d49c6 100755 --- a/iconfig +++ b/iconfig @@ -1,6 +1,6 @@ #!/bin/sh #@(#) Configuration script for sysstat -# (C) 2000-2013 Sebastien GODARD (sysstat orange.fr) +# (C) 2000-2014 Sebastien GODARD (sysstat orange.fr) ASK="sh build/Ask.sh" diff --git a/iostat.c b/iostat.c index bff74cb..c5f942f 100644 --- a/iostat.c +++ b/iostat.c @@ -1,6 +1,6 @@ /* * iostat: report CPU and I/O statistics - * (C) 1998-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1998-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/iostat.h b/iostat.h index 7a3c6dc..1f3f757 100644 --- a/iostat.h +++ b/iostat.h @@ -1,6 +1,6 @@ /* * iostat: report CPU and I/O statistics - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _IOSTAT_H diff --git a/json_stats.c b/json_stats.c index d7fd688..6ade563 100644 --- a/json_stats.c +++ b/json_stats.c @@ -1,6 +1,6 @@ /* * json_stats.c: Funtions used by sadf to display statistics in JSON format. - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/json_stats.h b/json_stats.h index 78a08aa..ed60c61 100644 --- a/json_stats.h +++ b/json_stats.h @@ -1,6 +1,6 @@ /* * json_stats.h: Include file used to display system statistics in JSON format. - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _JSON_STATS_H diff --git a/mpstat.c b/mpstat.c index e1eeefc..dad6b86 100644 --- a/mpstat.c +++ b/mpstat.c @@ -1,6 +1,6 @@ /* * mpstat: per-processor statistics - * (C) 2000-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 2000-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/mpstat.h b/mpstat.h index 6583c2e..389e16e 100644 --- a/mpstat.h +++ b/mpstat.h @@ -1,6 +1,6 @@ /* * mpstat: per-processor statistics - * (C) 2000-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 2000-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _MPSTAT_H diff --git a/nls/sysstat.pot b/nls/sysstat.pot index 925100c..a02cc00 100644 --- a/nls/sysstat.pot +++ b/nls/sysstat.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: sysstat orange.fr\n" -"POT-Creation-Date: 2014-01-15 22:02+0100\n" +"POT-Creation-Date: 2014-01-19 11:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -47,6 +47,42 @@ msgstr "" msgid "\t[Unknown activity format]" msgstr "" +#: iostat.c:86 cifsiostat.c:71 mpstat.c:90 sar.c:94 pidstat.c:83 +#: nfsiostat.c:70 +#, c-format +msgid "Usage: %s [ options ] [ [ ] ]\n" +msgstr "" + +#: iostat.c:89 +#, c-format +msgid "" +"Options are:\n" +"[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [ -y ] [ -z ]\n" +"[ -j { ID | LABEL | PATH | UUID | ... } ]\n" +"[ [ -T ] -g ] [ -p [ [,...] | ALL ] ]\n" +"[ [...] | ALL ] [ --debuginfo ]\n" +msgstr "" + +#: iostat.c:95 +#, c-format +msgid "" +"Options are:\n" +"[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [ -y ] [ -z ]\n" +"[ -j { ID | LABEL | PATH | UUID | ... } ]\n" +"[ [ -T ] -g ] [ -p [ [,...] | ALL ] ]\n" +"[ [...] | ALL ]\n" +msgstr "" + +#: iostat.c:328 +#, c-format +msgid "Cannot find disk data\n" +msgstr "" + +#: iostat.c:1385 sa_common.c:1303 +#, c-format +msgid "Invalid type of persistent device name\n" +msgstr "" + #: sadc.c:84 #, c-format msgid "Usage: %s [ options ] [ [ ] ] [ ]\n" @@ -86,12 +122,6 @@ msgstr "" msgid "sysstat version %s\n" msgstr "" -#: cifsiostat.c:71 mpstat.c:90 sar.c:94 pidstat.c:83 iostat.c:86 -#: nfsiostat.c:70 -#, c-format -msgid "Usage: %s [ options ] [ [ ] ]\n" -msgstr "" - #: cifsiostat.c:75 nfsiostat.c:74 #, c-format msgid "" @@ -354,11 +384,6 @@ msgstr "" msgid "Requested activities not available in file %s\n" msgstr "" -#: sa_common.c:1303 iostat.c:1385 -#, c-format -msgid "Invalid type of persistent device name\n" -msgstr "" - #: pidstat.c:86 #, c-format msgid "" @@ -369,31 +394,6 @@ msgid "" "[ -T { TASK | CHILD | ALL } ]\n" msgstr "" -#: iostat.c:89 -#, c-format -msgid "" -"Options are:\n" -"[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [ -y ] [ -z ]\n" -"[ -j { ID | LABEL | PATH | UUID | ... } ]\n" -"[ [ -T ] -g ] [ -p [ [,...] | ALL ] ]\n" -"[ [...] | ALL ] [ --debuginfo ]\n" -msgstr "" - -#: iostat.c:95 -#, c-format -msgid "" -"Options are:\n" -"[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [ -y ] [ -z ]\n" -"[ -j { ID | LABEL | PATH | UUID | ... } ]\n" -"[ [ -T ] -g ] [ -p [ [,...] | ALL ] ]\n" -"[ [...] | ALL ]\n" -msgstr "" - -#: iostat.c:328 -#, c-format -msgid "Cannot find disk data\n" -msgstr "" - #: count.c:168 #, c-format msgid "Cannot handle so many processors!\n" diff --git a/pidstat.c b/pidstat.c index 24bf347..5dad91e 100644 --- a/pidstat.c +++ b/pidstat.c @@ -1,6 +1,6 @@ /* * pidstat: Report statistics for Linux tasks - * (C) 2007-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 2007-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/pidstat.h b/pidstat.h index c46fe25..41c3999 100644 --- a/pidstat.h +++ b/pidstat.h @@ -1,6 +1,6 @@ /* * pidstat: Display per-process statistics. - * (C) 2007-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 2007-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PIDSTAT_H diff --git a/pr_stats.c b/pr_stats.c index c59da6d..ade2b21 100644 --- a/pr_stats.c +++ b/pr_stats.c @@ -1,6 +1,6 @@ /* * pr_stats.c: Functions used by sar to display statistics - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/pr_stats.h b/pr_stats.h index f3e0c34..1474cfa 100644 --- a/pr_stats.h +++ b/pr_stats.h @@ -1,6 +1,6 @@ /* * pr_stats.h: Include file used to display system statistics - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PR_STATS_H diff --git a/prealloc.in b/prealloc.in index 6045210..9120378 100644 --- a/prealloc.in +++ b/prealloc.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _PREALLOC_H diff --git a/rd_sensors.c b/rd_sensors.c index a469734..7220948 100644 --- a/rd_sensors.c +++ b/rd_sensors.c @@ -1,6 +1,6 @@ /* * rd_sensors.c: Read sensors statistics - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/rd_sensors.h b/rd_sensors.h index b5a561c..81333eb 100644 --- a/rd_sensors.h +++ b/rd_sensors.h @@ -1,6 +1,6 @@ /* * rd_sensors.h: Include file used to read sensors statistics - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RD_SENSORS_H diff --git a/rd_stats.c b/rd_stats.c index d7efbd4..27f77a2 100644 --- a/rd_stats.c +++ b/rd_stats.c @@ -1,6 +1,6 @@ /* * rd_stats.c: Read system statistics - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/rd_stats.h b/rd_stats.h index 41558b5..18dd8a8 100644 --- a/rd_stats.h +++ b/rd_stats.h @@ -1,6 +1,6 @@ /* * rd_stats.h: Include file used to read system statistics - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RD_STATS_H diff --git a/rndr_stats.c b/rndr_stats.c index 15d32c2..21ab00a 100644 --- a/rndr_stats.c +++ b/rndr_stats.c @@ -1,6 +1,6 @@ /* * rndr_stats.c: Funtions used by sadf to display statistics in selected format. - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/rndr_stats.h b/rndr_stats.h index d7d9038..3f331b9 100644 --- a/rndr_stats.h +++ b/rndr_stats.h @@ -1,6 +1,6 @@ /* * rndr_stats.h: Include file used to display system statistics in selected format. - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _RNDR_STATS_H diff --git a/sa.h b/sa.h index c8799fb..dfa3c52 100644 --- a/sa.h +++ b/sa.h @@ -1,6 +1,6 @@ /* * sar/sadc: Report system activity - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SA_H diff --git a/sa1.in b/sa1.in index 6c819a7..86f0685 100644 --- a/sa1.in +++ b/sa1.in @@ -1,6 +1,6 @@ #!/bin/sh # @SA_LIB_DIR@/sa1 -# (C) 1999-2013 Sebastien Godard (sysstat orange.fr) +# (C) 1999-2014 Sebastien Godard (sysstat orange.fr) # #@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@ #@(#) sa1: Collect and store binary data in system activity data file. diff --git a/sa2.in b/sa2.in index f376fe3..9c82867 100644 --- a/sa2.in +++ b/sa2.in @@ -1,6 +1,6 @@ #!/bin/sh # @SA_LIB_DIR@/sa2 -# (C) 1999-2013 Sebastien Godard (sysstat orange.fr) +# (C) 1999-2014 Sebastien Godard (sysstat orange.fr) # #@(#) @PACKAGE_NAME@-@PACKAGE_VERSION@ #@(#) sa2: Write a daily report diff --git a/sa_common.c b/sa_common.c index 3aec7c3..cf066a3 100644 --- a/sa_common.c +++ b/sa_common.c @@ -1,6 +1,6 @@ /* * sar and sadf common routines. - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sa_wrap.c b/sa_wrap.c index 7c359d2..1dc7a15 100644 --- a/sa_wrap.c +++ b/sa_wrap.c @@ -1,6 +1,6 @@ /* * sysstat - sa_wrap.c: Functions used in activity.c - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sadc.c b/sadc.c index 0a1e7b8..ab3e0ca 100644 --- a/sadc.c +++ b/sadc.c @@ -1,6 +1,6 @@ /* * sadc: system activity data collector - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sadf.c b/sadf.c index 8bc0f56..671083a 100644 --- a/sadf.c +++ b/sadf.c @@ -1,6 +1,6 @@ /* * sadf: system activity data formatter - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sadf.h b/sadf.h index 67ba3cb..4ba646b 100644 --- a/sadf.h +++ b/sadf.h @@ -1,6 +1,6 @@ /* * sadf: System activity data formatter - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SADF_H diff --git a/sadf_misc.c b/sadf_misc.c index 21fe7af..70e5cd6 100644 --- a/sadf_misc.c +++ b/sadf_misc.c @@ -1,6 +1,6 @@ /* * sadf_misc.c: Funtions used by sadf to display special records - * (C) 2011-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 2011-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sar.c b/sar.c index 343eebb..b28c5b1 100644 --- a/sar.c +++ b/sar.c @@ -1,6 +1,6 @@ /* * sar: report system activity - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/sysconfig.in b/sysconfig.in index 71395f2..e87efa2 100644 --- a/sysconfig.in +++ b/sysconfig.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _SYSCONFIG_H diff --git a/sysstat-10.2.0.lsm b/sysstat-10.2.1.lsm similarity index 89% rename from sysstat-10.2.0.lsm rename to sysstat-10.2.1.lsm index cbf1cf5..6856050 100644 --- a/sysstat-10.2.0.lsm +++ b/sysstat-10.2.1.lsm @@ -1,7 +1,7 @@ Begin4 Title: sysstat - the sar, sadf, mpstat, iostat, nfsiostat, cifsiostat and pidstat commands for Linux -Version: 10.2.0 -Entered-date: 2013-11-03 +Version: 10.2.1 +Entered-date: 2014-01-19 Description: The sysstat package contains the sar, sadf, mpstat, iostat, pidstat, nfsiostat, cifsiostat and sa tools for Linux. The sar command collects and reports system activity @@ -28,11 +28,11 @@ Keywords: system administration, sar, sadf, iostat, mpstat, pidstat, nfsiostat, Author: sysstat [at] orange.fr (Sebastien Godard) Maintained-by: sysstat [at] orange.fr (Sebastien Godard) Primary-site: http://pagesperso-orange.fr/sebastien.godard/ - 382kB sysstat-10.2.0.tar.gz - 301kB sysstat-10.2.0.tar.bz2 - 273kB sysstat-10.2.0.tar.xz - 386kB sysstat-10.2.0-1.src.rpm - 256kB sysstat-10.2.0-1.x86_64.rpm + 384kB sysstat-10.2.1.tar.gz + 302kB sysstat-10.2.1.tar.bz2 + 274kB sysstat-10.2.1.tar.xz + 388kB sysstat-10.2.1-1.src.rpm + 257kB sysstat-10.2.1-1.x86_64.rpm Alternate-site: Copying-policy: GPL End diff --git a/sysstat-10.2.0.spec b/sysstat-10.2.1.spec similarity index 99% rename from sysstat-10.2.0.spec rename to sysstat-10.2.1.spec index d0d326f..52ce862 100644 --- a/sysstat-10.2.0.spec +++ b/sysstat-10.2.1.spec @@ -1,6 +1,6 @@ Summary: SAR, SADF, MPSTAT, IOSTAT, NFSIOSTAT, CIFSIOSTAT and PIDSTAT for Linux Name: sysstat -Version: 10.2.0 +Version: 10.2.1 Release: 1 License: GPL Group: Applications/System diff --git a/sysstat.in b/sysstat.in index 2e1bfdd..63eb38a 100644 --- a/sysstat.in +++ b/sysstat.in @@ -4,7 +4,7 @@ # description: Reset the system activity logs # # @INIT_DIR@/sysstat -# (C) 2000-2013 Sebastien Godard (sysstat orange.fr) +# (C) 2000-2014 Sebastien Godard (sysstat orange.fr) # ### BEGIN INIT INFO # Provides: sysstat diff --git a/version.in b/version.in index cb21a10..308be40 100644 --- a/version.in +++ b/version.in @@ -1,6 +1,6 @@ /* * sysstat: System performance tools for Linux - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _VERSION_H diff --git a/xml_stats.c b/xml_stats.c index 10e6b67..4c9ecf2 100644 --- a/xml_stats.c +++ b/xml_stats.c @@ -1,6 +1,6 @@ /* * xml_stats.c: Funtions used by sadf to display statistics in XML. - * (C) 1999-2013 by Sebastien GODARD (sysstat orange.fr) + * (C) 1999-2014 by Sebastien GODARD (sysstat orange.fr) * *************************************************************************** * This program is free software; you can redistribute it and/or modify it * diff --git a/xml_stats.h b/xml_stats.h index 78ecd28..05266b3 100644 --- a/xml_stats.h +++ b/xml_stats.h @@ -1,6 +1,6 @@ /* * xml_stats.h: Include file used to display system statistics in XML. - * (C) 1999-2013 by Sebastien Godard (sysstat orange.fr) + * (C) 1999-2014 by Sebastien Godard (sysstat orange.fr) */ #ifndef _XML_STATS_H -- 2.49.0