Package: hylafax-server
Version: 4.3.1-7
Severity: normal
Tags: patch

Hi, 

In /var/spool/hylafax/bin/common-functions this:

TIFF|tiff|TIF|tif)
           TraceLog "Using tiff2pdf"
           name="`basename $1 .tif`" $TIFF2PDF  -o $TMPDIR/$name.pdf $1 echo 
"$TMPDIR/$name.pdf"
   esac

should be changed to
        
TIFF|tiff|TIF|tif)
           TraceLog "Using tiff2pdf"
           name="`basename $1 .tif`" $TIFF2PDF  -o $TMPDIR/$name.pdf $1
           echo "$TMPDIR/$name.pdf"
   esac


Regards, 

Christopher Zimmermann


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.20.5
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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

Reply via email to