You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cups' lpc compatibility command does not understand the 'status all' subcommand of real BSD systems' lpc, treating 'all' as a printer name. Therefore, running 'lpc status all' shows nothing.
This makes software that relies on this (standard) behavior to get a list of printers (like the FreeBSD native Java port), to report no printers available when using cups' lpr compatibility commands.
The attached file is a patch against berkeley/lpc.c to correct this.
The text was updated successfully, but these errors were encountered:
Version: 1.2-current
CUPS.org User: nardin.inf.ufsc
cups' lpc compatibility command does not understand the 'status all' subcommand of real BSD systems' lpc, treating 'all' as a printer name. Therefore, running 'lpc status all' shows nothing.
This makes software that relies on this (standard) behavior to get a list of printers (like the FreeBSD native Java port), to report no printers available when using cups' lpr compatibility commands.
The attached file is a patch against berkeley/lpc.c to correct this.
The text was updated successfully, but these errors were encountered: