389e11e
diff -up cups-1.6.2/man/cups-lpd.man.in.lpd-manpage cups-1.6.2/man/cups-lpd.man.in
389e11e
--- cups-1.6.2/man/cups-lpd.man.in.lpd-manpage	2013-01-10 17:58:21.000000000 +0100
389e11e
+++ cups-1.6.2/man/cups-lpd.man.in	2013-03-18 18:59:46.837056613 +0100
02ff4d3
@@ -26,39 +26,8 @@ cups-lpd \- receive print jobs and repor
02ff4d3
 \fIcups-lpd\fR is the CUPS Line Printer Daemon ("LPD")
02ff4d3
 mini-server that supports legacy client systems that use the LPD
02ff4d3
 protocol. \fIcups-lpd\fR does not act as a standalone network
02ff4d3
-daemon but instead operates using the Internet "super-server"
02ff4d3
-\fIinetd(8)\fR or \fIxinetd(8)\fR. If you are using \fIinetd\fR,
02ff4d3
-add the following line to the \fIinetd.conf\fR file to enable the
02ff4d3
-\fIcups-lpd\fR mini-server:
02ff4d3
-.br
02ff4d3
-.nf
02ff4d3
-
02ff4d3
-    printer stream tcp nowait lp @CUPS_SERVERBIN@/daemon/cups-lpd cups-lpd \\
02ff4d3
-        -o document-format=application/octet-stream
02ff4d3
-.fi
02ff4d3
-.LP
02ff4d3
-.LP
02ff4d3
-\fBNote:\fR If you are using Solaris 10 or higher, you must run
02ff4d3
-the \fIinetdconv(1m)\fR program to register the changes to the
02ff4d3
-inetd.conf file.
02ff4d3
-.LP
02ff4d3
-If you are using the newer \fIxinetd(8)\fR daemon, create a file
02ff4d3
-named \fI/etc/xinetd.d/cups\fR containing the following lines:
02ff4d3
-.br
02ff4d3
-.nf
02ff4d3
-
02ff4d3
-    service printer
02ff4d3
-    {
02ff4d3
-        socket_type = stream
02ff4d3
-        protocol = tcp
02ff4d3
-        wait = no
02ff4d3
-        user = lp
02ff4d3
-	group = sys
02ff4d3
-	passenv =
02ff4d3
-        server = @CUPS_SERVERBIN@/daemon/cups-lpd
02ff4d3
-	server_args = -o document-format=application/octet-stream
02ff4d3
-    }
02ff4d3
-.fi
02ff4d3
+daemon but instead operates as a socket-activatable \fIsystemd(1)\fR
02ff4d3
+service.
02ff4d3
 .SH OPTIONS
02ff4d3
 .TP 5
02ff4d3
 -h hostname[:port]
02ff4d3
@@ -93,8 +62,7 @@ wrappers. Therefore, running \fIcups-lpd
02ff4d3
 allow any computer on your network (and perhaps the entire
02ff4d3
 Internet) to print to your server.
02ff4d3
 .LP
02ff4d3
-While \fIxinetd\fR has built-in access control support, you
02ff4d3
-should use the TCP wrappers package with \fIinetd\fR to limit
02ff4d3
+You should use configure the firewall to limit TCP port 515
02ff4d3
 access to only those computers that should be able to print
02ff4d3
 through your server.
02ff4d3
 .LP
02ff4d3
@@ -113,9 +81,7 @@ between LPD and IPP Protocols. Since man
02ff4d3
 stray from this definition, remote status reporting to LPD
02ff4d3
 clients may be unreliable.
02ff4d3
 .SH SEE ALSO
02ff4d3
-\fIcups(1)\fR, \fIcupsd(8)\fR, \fIinetconv(1m)\fR,
02ff4d3
-\fIinetd(8)\fR, \fIxinetd(8)\fR,
02ff4d3
-.br
02ff4d3
+\fIcups(1)\fR, \fIcupsd(8)\fR, \fIsystemd(1)\fR,
02ff4d3
 http://localhost:631/help
02ff4d3
 .SH COPYRIGHT
389e11e
 Copyright 2007-2013 by Apple Inc.