MAN page from Mandrake Other isode-8.0-2.i386.rpm
LPPD
Section: Maintenance Commands (8C)
Updated: 31 May 1988
Index NAME
lppd - lpp listen and dispatch daemon
SYNOPSIS
/usr/sbin/lppd[-d][-s service-designator](under /etc/rc.local)
DESCRIPTION
The
lppd server listens for lightweight presentation protocolconnections which utilize TCP-backing.The server implements the protocol described in RFC1085.
Basically, the server listens on various TCP ports for connections,and immediately execs the appropriate program to enter the protocoland provide the service.The `-s' option overrides the default service-qualifier used whendeciding which services to listen for.
Note that lppd does not listen for connections which utilizeUDP-backing.To support this transport base,the program which implements the service must listen directly itself(and potentially manage multiple simultaneous associations).This is done trivially by using the ``isodeserver()'' routine.
DEBUG OPERATION
If
lppd is started interactively,or if the `-d' switch is given,then debug mode is entered.In this case,all logging activity is displayed on the user's terminal,the logging information is more verbose,and
lppd will terminate after it handles the first incoming connection(this allows
lppd to be run under a debugger).
FILES
/etc/isoentitiesISODE entities database/etc/isoservicesISODE services database/tmp/lppd.loglog file
SEE ALSO
isoentities(5),
isoservices(5)
AUTHOR
Marshall T. Rose
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- DEBUG OPERATION
- FILES
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.