]> granicus.if.org Git - sysstat/commitdiff
Cosmetic fixes
authorSebastien GODARD <sysstat@orange.fr.fake>
Thu, 16 Jan 2014 20:32:01 +0000 (21:32 +0100)
committerSebastien GODARD <sysstat@orange.fr.fake>
Thu, 16 Jan 2014 20:32:01 +0000 (21:32 +0100)
The title says it all...

Signed-off-by: Sebastien GODARD <sysstat@orange.fr.fake>
configure
configure.in
sadf_misc.c

index 556bb89139d0d78e0cecb27ab57c2a1b016c618a..890808fa29a337be2bce3f2ba258c2abbcc3d817 100755 (executable)
--- a/configure
+++ b/configure
@@ -5263,7 +5263,7 @@ $as_echo_n "checking whether sadc should collect all possible activities... " >&
 if test "${enable_collect_all+set}" = set; then :
   enableval=$enable_collect_all; COLLECT_ALL=$enableval
 else
-  COLLECT_ALL=n=n
+  COLLECT_ALL=n
 fi
 
    if test $COLLECT_ALL != "yes"; then
index 50d8a6b0e45d7a4c02e2f6652206b42e9cf2b269..4015e04f1badc4c8437554cd0e02a94d5256466f 100644 (file)
@@ -481,7 +481,7 @@ if test $INSTALL_CRON = "y"; then
    AC_ARG_ENABLE(collect-all, 
                 AC_HELP_STRING([--enable-collect-all],
                                [collect all possible activities]),
-                               COLLECT_ALL=$enableval,COLLECT_ALL=n=n)
+                               COLLECT_ALL=$enableval,COLLECT_ALL=n)
    if test $COLLECT_ALL != "yes"; then
       COLLECT_ALL=""
       AUX_COLL=no
index 2cfd263441ff3569169948f2d3c36e357c64fb16..56ad7b909ef54756b1e0e21db475980e6f4abcdb 100644 (file)
@@ -606,7 +606,7 @@ __printf_funct_t print_hdr_header(int *tab, int action, char *dfile,
        struct tm *loc_t;
        char cur_time[32];
 
-       /* Actions F_BEGIN and F_END ignored */
+       /* Actions F_MAIN and F_END ignored */
        if (action & F_BEGIN) {
                printf(_("System activity data file: %s (%#x)\n"),
                       dfile, file_magic->format_magic);