--------------------------------------------------------------------------
 R e p o r t i n g    b u g s
--------------------------------------------------------------------------

If you have stumbled upon a bug there are a number of things you could
do to help me out. Either fix it yourself and tell me about it or 
mail me with the details of the bug so I might have a look at it.

The most common problems are:

 * external commands with unexpected output
 * external commands which doesn't accept the options I pass them

The only real solution to this is testing and bug-fixes/workarounds.

It is only a shell script after all so plenty of people should be able
to identify and fix problems. But if you don't know Bourne shell scripting
or simply can't be bothered there are a number of things you could provide
me with:

1. Description of the bug

2. Name/version of your Linux distribution/other OS

3. verbose output from paralogger itself
paralogger -vvv (your-options-here) &>output1

4. verbose output from the shell
sh -x paralogger (your-options-here) &>output2

then send me output1 and output2.

Be sure to check the BUGS file to see if the bug is already known before
reporting a bug.
