| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be used | Jung-uk Kim | 2014-05-21 | 1 | -0/+34 |
| to print a generated PostScript file. When lpd(8) is used, lpr(1) from base must be used. Also, status command for lpc(8) requires a printer name. If no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the command usage, i.e., "usage: status {all | printer ...}". Unfortunately, "usage" is interpreted as a printer name because ":" is included. Add "all" and adjust an expression for grep(1). Notes: svn path=/head/; revision=354762 | |||||
