- Default to gzip -d -c since zcat may only support compress'ed files
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 9 Mar 2007 08:26:10 +0000 (08:26 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 9 Mar 2007 08:26:10 +0000 (08:26 -0000)
  according to SuS. Thanks to Heikki Lindholm for pointing this out.

Config.in

index a1278df3fe6ddf7be1944a070fc5fd676b03a722..bc946b6d440c7e6f7fe96c2e9a03429adb265145 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -212,13 +212,13 @@ config BR2_SVN
 
 config BR2_ZCAT
        string "zcat command"
-       default "zcat"
+       default "gzip -d -c"
        help
          Command to be used to extract a gzip'ed file to stdout.
          zcat is identical to gunzip -c except that the former may
          not be available on your system.
-         Default is "zcat"
-         Other possible values include "gunzip -c" or "gzip -d -c".
+         Default is "gzip -d -c"
+         Other possible values include "gunzip -c" or "zcat".
 
 config BR2_BZCAT
        string "bzcat command"