From 2a2382d15f902223e53a8879c8f8f9bb71c2087b Mon Sep 17 00:00:00 2001 From: seb Date: Thu, 6 Sep 2012 21:07:44 +0200 Subject: [PATCH] Cosmetic change in sadf -H output. Replaced "file created using sa/sadc from sysstat version..." with "file created by sa/sadc from sysstat version...". --- CHANGES | 1 + sa_common.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index aa165d2..2ac0bc0 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,7 @@ xxxx/xx/xx: Version 10.1.2 - Sebastien Godard (sysstat orange.fr) * [Peter Schiffer]: Sysstat init script updated to make it more conforming to LSB. * sar and sadf manual pages updated. + * Cosmetic change in sadf -H output. 2012/07/29: Version 10.1.1 - Sebastien Godard (sysstat orange.fr) * Added option -[0-9]+ to sar to show data of that days ago. diff --git a/sa_common.c b/sa_common.c index f0d294f..67c55db 100644 --- a/sa_common.c +++ b/sa_common.c @@ -943,7 +943,7 @@ int sa_fread(int ifd, void *buffer, int size, int mode) */ void display_sa_file_version(FILE *st, struct file_magic *file_magic) { - fprintf(st, _("File created using sar/sadc from sysstat version %d.%d.%d"), + fprintf(st, _("File created by sar/sadc from sysstat version %d.%d.%d"), file_magic->sysstat_version, file_magic->sysstat_patchlevel, file_magic->sysstat_sublevel); -- 2.40.0