Created Mon Nov 23 14:08:45 CST 1987 Patrick Powell and Scott Fischer
Last Mod: jmason@iona.ie 12 July '94

This directory contains two major directories involved in creating a
printcap file for the Line Printer Spooler.

The "printers" directory contains printcap entries for each printer, to
be used "locally" or "remotely"; if the printer is attached to the
host, the "local" entry should be in the /etc/printcap; if it is not on
the machine, then the "remote" entry should be present.

The "hosts" directory contains two entries for each host:
1.  a host.printcap file, generated by the genpc shell script
2.  a host printer description file which contains a list of
	printers available to the host

For example, the file ./hosts/cs contains a list of printers
local to the VAX and remote:
	imagen_lind27.local diablo_lind136.local epson_lind27.local
	dgt_lind27.remote laserjet_lind25.remote
	....
Remote printers have the entry <printername>.remote, local use
<printername>.local

The genpc program will create the printcap file for the
specified host and put it in host/<host>.printcap file
