Package: mgetty-fax Version: 1.1.36-1.2 Filename: pool/main/m/mgetty/mgetty-fax_1.1.36-1.2_i386.deb Found error in /usr/bin/faxspool: $ grep -A5 -B5 /tmp/ /usr/bin/faxspool # if filename is "-", use stdin # if [ x$file = x- ] then $echo "spooling $file (stdin)..." trap "rm /tmp/faxsp.$$" 0 cat - >/tmp/faxsp.$$ file=/tmp/faxsp.$$ else $echo "spooling $file..." fi format=""