NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXAMPLES | EXIT STATUS | FILES | ATTRIBUTES | SEE ALSO
conv_lpd converts LPD printer configuration information from file to a printers.conf or a printcap file (see printers.conf(4)). file specifies the name of the input file, and can be either in printers.conf or printcap format. If file is in printers.conf format, it converts it to a printcap file. If file is in printcap format, it converts it to a printers.conf file.
The following options are supported:
Specifies the type of output file produced by the conversion. -c printers converts to a printers.conf file. -c printcap converts to a printcap file. -c printers is the default.
Preserves the namelist during the conversion.
The following example converts a printcap file to a printers.conf file.
example% conv_lpd /etc/printcap |
The following example converts a printcap file to a printers.conf file and preserves the namelist.
example% conv_lpd -c printers -n /etc/printcap |
The following example converts a printers.conf file to a printcap file and preserves the namelist.
example% conv_lpd -c printcap -n /etc/printers.conf |
System printer configuration database.
SunOS 4.x printer capability database.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Availability | SUNWpcu |
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXAMPLES | EXIT STATUS | FILES | ATTRIBUTES | SEE ALSO