in.lpd(1M)




NAME

     in.lpd - BSD print protocol adaptor


SYNOPSIS

     /usr/lib/print/in.lpd


DESCRIPTION

     in.lpd implements the network listening service for the  BSD
     print  protocol specified in RFC 1179. The  BSD print proto-
     col provides a remote interface for systems to interact with
     a  local spooling system. The protocol defines five standard
     requests from the client to the server: starting queue  pro-
     cessing, transfering print jobs,
      retrieving terse status,  retrieving  verbose  status,  and
     canceling print jobs.

     in.lpd is started from  inetd (see inetd(1M)).  inetd  waits
     for  connections on TCP port 515.  Upon receipt of a connect
     request, in.lpd is started to service the  connection.  Once
     the  request  has  been filled, in.lpd closes the connection
     and exits.


EXIT STATUS

     The following exit values are returned:

      0    Successful completion.

     non-zero
           An error occurred.


FILES

      /etc/printers.conf
           System printer configuration database.

     printers.conf.byname
           NIS version of /etc/printers.conf.

     fns.ctx_dir.domain
           NIS+ version of /etc/printers.conf.

     /usr/lib/print/bsd-adaptor/bsd_*.so*
           Spooler translation modules.


ATTRIBUTES

     See attributes(5) for descriptions of the  following  attri-
     butes:

     ____________________________________________________________
    |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
    |_____________________________|_____________________________|
    | Availability                | SUNWpcu                     |
    |_____________________________|_____________________________|


SEE ALSO

     inetd(1M), printers.conf(4), attributes(5)


Man(1) output converted with man2html