#! /bin/sh # # /var/spool/hylafax/bin/faxrcvd # Noel Burton-Krahn # Sept 4, 1999 # # # faxrcvd file devID commID error-msg # # modified faxrcvd from hylafax which calls faxrcvd-mail # if [ $# != 4 ]; then echo "Usage: $0 file devID commID error-msg" exit 1 fi FILE="$1" DEVICE="$2" COMMID="$3" MSG="$4" test -f etc/setup.cache || { SPOOL=`pwd` cat<