Byt the pflogd(8) manpage, the '-x' option can be used
to check the integrity of an existing logfile.

Is there a way to tell whether pflogd did find
the file to be OK or not? For example:

        # pflogd -x -f /var/log/pflog 
        # echo $?                  
        0

        # echo foo > /tmp/bar      
        # pflogd -x -f /tmp/bar    
        # echo $?               
        0

Am I missing something?

Reply via email to