Problems with automatical holding of jobs

Michael Sweet mike at easysw.com
Mon Mar 20 10:39:39 PST 2006


Anonymous wrote:
> Hi :)
> 
> I asked in this forum how to hold printjobs by default, and someone told me to use
> 
> "lpadmin -p Printer -o hold-job-until=indefinite"

No, you need to use lpoptions and the job-hold-until option for that
form:

     lpoptions -p printer -o job-hold-until=indefinite

Note: different command and different option name than you used.

If you are using CUPS 1.2 (and *only* CUPS 1.2 - earlier versions
did not offer this functionality), then lpadmin will work, but
using the job-hold-until-default option:

     lpadmin -p printer -o job-hold-until-default=indefinite

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Document Software          http://www.easysw.com




More information about the cups mailing list