]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/man-cups-lpd.html
Kerberos credentials could get truncated when printing to a shared printer.
[thirdparty/cups.git] / doc / help / man-cups-lpd.html
index fc891605ab6a20e19432fb3a063575a90b8a5ac7..69f098db4bd079fee3b27211239d21f2811e4a62 100644 (file)
@@ -27,7 +27,7 @@ add the following line to the <i>inetd.conf</i> file to enable the
 <br>
 <pre>
 
-    printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd \
+    printer stream tcp nowait lp /usr/libexec/cups/daemon/cups-lpd cups-lpd \
         -o document-format=application/octet-stream
 </pre>
 <p><p><b>Note:</b> If you are using Solaris 10 or higher, you must run
@@ -46,7 +46,7 @@ named <i>/etc/xinetd.d/cups</i> containing the following lines:
         user = lp
        group = sys
        passenv =
-        server = /usr/lib/cups/daemon/cups-lpd
+        server = /usr/libexec/cups/daemon/cups-lpd
        server_args = -o document-format=application/octet-stream
     }
 </pre>