On Mon 03 Sep 2007, Meinhard Schneider wrote:

> I just wrote this patch and it seems to work (tested with and without
> log_selector +pid):

This works for me, is just a one line addition;
just get rid of the pid if it's there and then continue as before:

@@ -250,6 +250,7 @@
     {
        my $line =<LOGFILE>;
        chomp ($line);
+       $line =~ s/^(.{19} )\[\d+\] /$1/; # debian bug #440622
 
        if (substr ($line, 37,2 ) eq '<=') 
        {


Paul Slootman



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to