NetBSD/usr.sbin/lpr/common_source
garbled fae257a066 Fix PR bin/14247
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.
2006-01-17 19:11:12 +00:00
..
common_vars.c - WARNS = 4 2005-11-28 03:26:06 +00:00
common.c Fix PR bin/14247 2006-01-17 19:11:12 +00:00
displayq.c Address PR bin/12112 2006-01-04 15:32:50 +00:00
fatal.c - WARNS = 4 2005-11-28 03:26:06 +00:00
lp.h Fix PR bin/14247 2006-01-17 19:11:12 +00:00
lp.local.h
Makefile
pathnames.h
rmjob.c Address PR bin/12112 2006-01-04 15:32:50 +00:00
startdaemon.c - WARNS = 4 2005-11-28 03:26:06 +00:00