DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T l

⟦6f8a10965⟧ TextFile

    Length: 1651 (0x673)
    Types: TextFile
    Names: »lppd.8c«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/support/lppd.8c« 

TextFile

.TH LPPD 8C "31 May 1988"
.\" $Header: /f/osi/support/RCS/lppd.8c,v 7.0 89/11/23 22:27:38 mrose Rel $
.\"
.\" Contributed by The Wollongong Group, Inc.
.\"
.\"
.\" $Log:	lppd.8c,v $
.\" Revision 7.0  89/11/23  22:27:38  mrose
.\" Release 6.0
.\" 
.SH NAME
lppd \- lpp listen and dispatch daemon
.SH SYNOPSIS
.in +.5i
.ti -.5i
.B \*(SDlppd
\%[\-d]
\%[\-s\ service\-designator]
.in -.5i
(under /etc/rc.local)
.SH DESCRIPTION
The \fIlppd\fR server listens for lightweight presentation protocol
connections which utilize TCP\-backing.
The server implements the protocol described in RFC1085.
.PP
Basically, the server listens on various TCP ports for connections,
and immediately execs the appropriate program to enter the protocol
and provide the service.
The `\-s' option overrides the default service\-qualifier used when
deciding which services to listen for.
.PP
Note that \fIlppd\fR does not listen for connections which utilize
UDP\-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 \*(lqisodeserver()\*(rq routine.
.SH "DEBUG OPERATION"
If \fIlppd\fR 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.
In addition,
the logging information is more verbose.
.SH FILES
.nf
.ta \w'\*(LDlppd.log  'u
\*(EDisoentities	ISODE entities database
\*(EDisoservices	ISODE services database
\*(LDlppd.log	log file
.re
.fi
.SH "SEE ALSO"
isoentities(5), isoservices(5)
.SH AUTHOR
Marshall T. Rose