From: seb Date: Thu, 6 Sep 2012 19:07:44 +0000 (+0200) Subject: Cosmetic change in sadf -H output. X-Git-Tag: v10.1.2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a2382d15f902223e53a8879c8f8f9bb71c2087b;p=sysstat Cosmetic change in sadf -H output. Replaced "file created using sa/sadc from sysstat version..." with "file created by sa/sadc from sysstat version...". --- 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);