> From [EMAIL PROTECTED] Tue Aug 1 13:11:51 2000
> Date: Tue, 1 Aug 2000 13:06:47 -0600
> From: "William D. Colburn (aka Schlake)" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: LPRng: ifhp and jpegs and toes
>
> Ok, I cut and pasted the printcap you sent me exactly (except I fixed
> the indentation on the ifhp line because it bugged me). I put the stock
> ifhp.conf back in place, and modified it thusly:
>
> root@printhost</lprng/etc># !diff
> diff ifhp.conf /lprng/src/ifhp/ifhp-3.3.19/ifhp.conf
> 1280c1280
> < forceconversion
> ---
> > forceconversion@
> 1287d1286
> < *jpeg* ps /lprng/bin/jpgtops
> root@printhost</lprng/etc>#
>
OK, time for the big guns. Edit this script and put in the
appropriate things, then run it.
Send me the /tmp/log output file.
#!/bin/sh
cp /dev/null /tmp/out
cp /dev/null /tmp/log
FILE=/... <- make this your file you want to convert
IFHP=/usr/.../ifhp
${IFHP} -Tdev=/tmp/out,trace,debug=4 <${FILE} 2>&1 | tee /tmp/log
-----------------------------------------------------------------------------
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body. For the impatient,
to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED]
with: | example:
subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------