#149149 logtools: should support compressed log files

Package:
logtools
Source:
logtools
Description:
Russell's misc tools for managing log files.
Submitter:
Tollef Fog Heen
Date:
2005-07-18 03:37:06 UTC
Severity:
wishlist
#149149#5
Date:
2002-06-05 20:54:57 UTC
From:
To:
it would be nice if logtools supported compressed log files.  The
attached patch adds that support (basically replacing fopen with
gzopen, fgets with gzgets, fclose with gzclose).

it seems to work fine for me with this patch.