|
From: Jan H. P. <jh...@jh...> - 2007-07-17 22:02:01
|
Serge Leschinsky wrote: > You can fix it in your working system. No rebuild is required. There is "-d" > missed for gzipped source. > > --- etc/man.conf.wrong 2007-07-11 10:28:46.000000000 +0400 > +++ etc/man.conf 1980-01-01 01:01:01.000000000 +0300 > @@ -134,7 +134,7 @@ > # Decompress with given decompressor when input file has given extension > # The command given must act as a filter. > # > -.gz /bin/gunzip -c > +.gz /bin/gunzip -c -d > .bz2 /bin/bzip2 -c -d > .z > .Z /bin/zcat > > Check. Works, thanks Jan Hugo |