View Single Post
Old 10-21-2010, 05:08 PM   #72
Rinzwind
Connoisseur
Rinzwind began at the beginning.
 
Posts: 96
Karma: 16
Join Date: Oct 2010
Location: Netherlands
Device: Kindle 3G UK 3.03
Did they change the showlog script?
Because (unless I am being stupid) I can not find the 2 lines I need to change.

# grep print_stream_header showlog
Code:
print_stream_header () {
        print_stream_header $NUMFILES  >> "$OUTFILE"
        print_stream_header  `ls $ARCHIVE_DIR/${LOG}_*.gz | wc -l ` >> "$OUTFILE"
grep print_gzip_files showlog
Code:
print_gzip_files_anon () {
print_gzip_files_dsn () {
GZIP_HEADER_TYPE=print_gzip_files_anon
            GZIP_HEADER_TYPE=print_gzip_files_dsn
Kindle GB 3G+wifi.

Last edited by Rinzwind; 10-21-2010 at 05:10 PM.
Rinzwind is offline