System Administration Commands convlp(1M)
NAME
convlp - convert LP configuration
SYNOPSIS
convlp [-d dir] [-f file]
DESCRIPTION
convlp reads LP printer configuration information from a
directory and converts it to an output file for use with
print client software.
OPTIONS
The following options are supported:
-d dir The root (` / ') directory from which LP confi-
guration information is read. The default is
root (` / ').
-f file The output file to which convlp writes the con-
verted LP configuration information. The
default is /etc/printers.conf.
EXAMPLES
Example 1 Converting LP Configuration Information from the
Default Directory and File
The following example converts LP configuration informa-
tion from directory root (/) to file /etc/printers.conf.
% convlp
Example 2 Converting LP Configuration Information From a
Specified Directory and File
The following example converts LP configuration information
from directory /export/root/client to file
/export/root/client/etc/printers.conf.
% convlp -d /export/root/client -f\
/export/root/client/etc/printers.conf
SunOS 5.11 Last change: 9 Sep 1996 1
System Administration Commands convlp(1M)
EXIT STATUS
The following exit values are returned:
0 Successful completion.
non-zero An error occurred.
FILES
/etc/printers.conf System printer configuration database.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWpcu
SEE ALSO
lpset(1M), printers.conf(4), attributes(5)
SunOS 5.11 Last change: 9 Sep 1996 2
|