]> git.ipfire.org Git - thirdparty/cups.git/blob - man/cups-lpd.man
Bug #67 - add web links for documentation.
[thirdparty/cups.git] / man / cups-lpd.man
1 .\"
2 .\" "$Id: cups-lpd.man,v 1.2 2000/07/20 17:10:56 mike Exp $"
3 .\"
4 .\" cups-lpd man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 1997-2000 by Easy Software Products.
7 .\"
8 .\" These coded instructions, statements, and computer programs are the
9 .\" property of Easy Software Products and are protected by Federal
10 .\" copyright law. Distribution and use rights are outlined in the file
11 .\" "LICENSE.txt" which should have been included with this file. If this
12 .\" file is missing or damaged please contact Easy Software Products
13 .\" at:
14 .\"
15 .\" Attn: CUPS Licensing Information
16 .\" Easy Software Products
17 .\" 44141 Airport View Drive, Suite 204
18 .\" Hollywood, Maryland 20636-3111 USA
19 .\"
20 .\" Voice: (301) 373-9603
21 .\" EMail: cups-info@cups.org
22 .\" WWW: http://www.cups.org
23 .\"
24 .TH cups-lpd 8 "Common UNIX Printing System" "10 May 2000" "Easy Software Products"
25 .SH NAME
26 cups-lpd \- receive print jobs and report printer status to lpd clients
27 .SH SYNOPSIS
28 .B cups-lpd
29 .SH DESCRIPTION
30 \fBcups-lpd\fR is the CUPS Line Printer Daemon ("LPD") mini-server that
31 supports legacy client systems that use the LPD protocol.
32 \fBcups-lpd\fR does not act as a standalone network daemon but instead
33 operates using the Internet "super-server" \fBinetd(8)\fR. Add the
34 following line to the \fBinetd.conf\fR file to enable the
35 \fBcups-lpd\fR daemon:
36 .br
37 .nf
38
39 printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd
40 .fi
41 .SH COMPATIBILITY
42 \fBcups-lpd\fR does not enforce the restricted source port number specified
43 in RFC 1179, as using restricted ports does not prevent determined users
44 from submitting print jobs. While this behavior is different than standard
45 Berkeley LPD implementations, it should not affect normal client operations.
46 .LP
47 The output of the status requests follows RFC 2569, Mapping between
48 LPD and IPP Protocols. Since many LPD implementations stray from this
49 definition, remote status reporting to LPD clients may be unreliable.
50 .SH SEE ALSO
51 inetd(8),
52 CUPS Software Administrators Manual,
53 http://localhost:631/documentation.html
54 .SH COPYRIGHT
55 Copyright 1993-2000 by Easy Software Products, All Rights Reserved.
56 .\"
57 .\" End of "$Id: cups-lpd.man,v 1.2 2000/07/20 17:10:56 mike Exp $".
58 .\"