summaryrefslogtreecommitdiff
path: root/java/openjdk7/files/patch-src-share-classes-sun-print-PSPrinterJob.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must beJung-uk Kim2014-05-211-0/+36
used 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). [1] - Use /proc/curproc/file to find its executable path if available. It fixes java/icedtea-web, for example. [2] PR: ports/178856 [1] PR: java/189905 [2] Notes: svn path=/head/; revision=354761