I found a way to fix the problem. I had to modify two lines in
/var/spool/hylafax/bin/common-functions:
I changed line 380 from
$PS2PDF $1 $TMPDIR/$name.pdf
to
$PS2PDF $1 $TMPDIR/$name.pdf >/dev/null 2>&1
This modification avoids problems caused by ps2pdf-output.
Moreover I changed line 190 from
($BASE64ENCODE < $1 \
to
($BASE64ENCODE -m ==== < $1 \
This seems necessary because the original line only made uuencode say
"Try `/usr/bin/uuencode --help' for more information.".
The problem of ps2pdf producing unwanted output seems to be topic of:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323867
I'm not sure whether my fix is the most desirable solution, but so far I
think it just works.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]