HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] A newbie question :O
In faxrcvd you can specify the printer. If you take a look in the
script,you will see a VAR for the $DEVICE, if you still routing the jobs by
DEVICE and not for NUMBER.
case "$DEVICE" in
ttyS0) /usr/bin/tiff2ps -a $1 | lpr -P<printername>;;
ttyS1) /usr/bin/tiff2ps -a $1 | lpr -P<printername>;;
esac
I don't know if this works or if the syntax is correct. I want one of this
things for me and didn't try it yet.
Pedro Roçadas (procadas@creditus.pt)
Dptº Informática,BPN-Créditus Technical Staff
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null