fae257a066
This PR claims that MacOSX 10.1 cannot print postscript files to a NetBSD lpd because the mac will tag the file with an "o" for postscript, which we do not handle. Rather than simply mapping o -> f as was done in the PR, or mapping o -> l as was done in FreeBSD, I have implemented full support for the "o" option. If a postscript filter does not exist in the printcap file however, it will default to "l" handling. With this change, you can now specify a "pf" or postscript filter in your printcap, and have it handle postscript files sent to it with "lpr -o". The "o" format in lpd is specified in RFC1179 as being a valid format flag. |
||
---|---|---|
.. | ||
common_vars.c | ||
common.c | ||
displayq.c | ||
fatal.c | ||
lp.h | ||
lp.local.h | ||
Makefile | ||
pathnames.h | ||
rmjob.c | ||
startdaemon.c |