Rev 2 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2 |
- |
1 |
#!/bin/rc
|
|
|
2 |
# daemon/hp
|
|
|
3 |
# The destination is set to PS for the Tektronix printer, no other printer cares
|
|
|
4 |
generic 'aux/download -f -H/sys/lib/postscript/font -mfontmap -plw+ < $LPDEST/$FILE(1) |
|
|
|
5 |
aux/lpdsend -dPS -H$LPMACHID -P$LPUSERID $OUTDEV >[2]$PRINTLOG' \
|
|
|
6 |
'{cat <{echo -d$LPDEST -pnoproc -M$SCHEDLINE(1) -u$SCHEDLINE(2)} \
|
|
|
7 |
$LPDEST/$FILE(1);sleep 5} | lpsend.rc $DEST_HOST' ''
|