Date: Tue Feb 26 2002
> I just changed to CUPS, and it works great except I can't get Adobe Reader to > print. I know I need to change the print command /usr/bin/lpr, but to what? > I cna't find it in the CUPS docs.
The CUPS client software installs an lpr replacement program that works with CUPS. The /usr/bin/lpr should work fine if you want to print to your default printer. To print to another printer, use:
/usr/bin/lpr -P<print-queue-name>
Keith