beautypg.com

Minolta PI4700E User Manual

Page 391

background image

12

UNIX Configuration

12-40

Pi4700e

A

ppe

ndi

x

Chap

ter

12

11

Restart the daemon by choosing

lpd

Restart lpd

in the Print Server

Manager.

Configuring the Printer by Editing the printcap File

1

Use an editor to open

/etc/printcap

.

2

Make entries that name the Network Card name as the remote host,
and assign any name to the remote printer.
The following is an example of typical printcap entries.

:\
(Example: “lprprinter”)
:lp=:\

:rm=:\
(Host name from

/etc/hosts

)

:rp=:\
(Any name)
:sd=/usr/spool/lpd/:
(Specifies spool directory for where the system can spool data and
perform other spool control.)

This entry sends jobs spooled in /usr/spool/lpd/ to the
printer specified by for printing by the Network Card spec-
ified by .

3

Create the spooling directory.

mkdir /usr/spool/lpd/

4

Shut down and restart the lpd daemon.

5

Use the lpr command to print something.

lpr -P

Installation is complete if the file you specify prints correctly.