$OpenBSD: README,v 1.6 2013/01/28 07:26:33 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

To use foomatic-rip(1) as the input filter for lpd(8), create a
printcap(5) entry similar to the followings.

Locally connected printer (USB)
-------------------------------
lp|samsung|Samsung-ML-2850D:\
	:lp=/dev/ulpt0:\
	:af=${SYSCONFDIR}/foomatic/samsung-ml2850d.ppd:\
	:if=${PREFIX}/bin/foomatic-rip:\
	:sd=/var/spool/output:\
	:lf=/var/log/lpd-errs:\
	:sh:

Remote printer
--------------
rp|samsung|Samsung-ML-2850D:\
	:lp=515@1.2.3.4:\
	:af=${SYSCONFDIR}/foomatic/samsung-ml2850d.ppd:\
	:if=${PREFIX}/bin/foomatic-rip:\
	:sd=/var/spool/output:\
	:lf=/var/log/lpd-errs:\
	:sh:
(where 1.2.3.4 is the printer IP address and 515 the spooler port)

Refer to the pkg-readmes documentation that comes with the
foomatic-db-engine package to learn how to generate PPD files.

Alternatively, foomatic-configure(1) from the foomatic-db-engine package
can be used to automatically setup print queues and create PPD files.
