]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Make reference to the cupsd.conf file as the holder of the authoritative
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 24 Jan 2003 19:31:58 +0000 (19:31 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 24 Jan 2003 19:31:58 +0000 (19:31 +0000)
user and directory information.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3145 7a7537e8-13f0-0310-91df-b6672ffda945

man/backend.man
man/cups-lpd.man
man/filter.man

index fc72270cad8b013d1c56044038a2ed6028f7762a..380cc9f75c64c254f7c9f4e4cd132760869444a4 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: backend.man,v 1.9 2002/12/17 18:59:55 swdev Exp $"
+.\" "$Id: backend.man,v 1.10 2003/01/24 19:31:58 mike Exp $"
 .\"
 .\"   backend man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -101,7 +101,8 @@ The timezone of the server.
 .TP 5
 USER
 .br
-The user executing the backend (typically lp).
+The user executing the backend, typically lp; consult the cupsd.conf file for
+the current setting.
 .SH SEE ALSO
 cupsd(8), filter(1)
 CUPS Interface Design Description,
@@ -111,5 +112,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2003 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: backend.man,v 1.9 2002/12/17 18:59:55 swdev Exp $".
+.\" End of "$Id: backend.man,v 1.10 2003/01/24 19:31:58 mike Exp $".
 .\"
index 85694d1588f627a6fa9687e66e5402df373afab5..218f5e47fb9d49a81c221cfca14578d075fc3ed2 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: cups-lpd.man,v 1.9 2002/12/17 18:59:56 swdev Exp $"
+.\" "$Id: cups-lpd.man,v 1.10 2003/01/24 19:31:58 mike Exp $"
 .\"
 .\"   cups-lpd man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -39,7 +39,7 @@ following line to the \fBinetd.conf\fR file to enable the
 .br
 .nf
 
-    printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd
+    printer stream tcp nowait lp /path/to/cups/daemon/cups-lpd cups-lpd
 .fi
 .LP
 If you are using the newer \fIxinetd(8)\fR daemon, add the following
@@ -53,9 +53,13 @@ lines to the \fBxinetd.conf\fR file:
         protocol = tcp
         wait = no
         user = lp
-        server = /usr/lib/cups/daemon/cups-lpd
+        server = /path/to/cups/daemon/cups-lpd
     }
 .fi
+.LP
+The /path/to/cups/daemon is usually /usr/lib/cups/daemon or
+/usr/libexec/cups/daemon, depending on the operating system.
+Consult the cupsd.conf file for the local setting.
 .SH SECURITY
 \fBcups-lpd\fR currently does not perform any access control
 based on the settings in \fIcupsd.conf(5)\fR or in the
@@ -103,5 +107,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2003 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: cups-lpd.man,v 1.9 2002/12/17 18:59:56 swdev Exp $".
+.\" End of "$Id: cups-lpd.man,v 1.10 2003/01/24 19:31:58 mike Exp $".
 .\"
index fda6ecd2d8f560d2bf7d600560afe01e65dd4fda..79f709d280a47d4e1c19bc2f7ebe10db8502565f 100644 (file)
@@ -1,5 +1,5 @@
 .\"
-.\" "$Id: filter.man,v 1.9 2002/12/17 18:59:56 swdev Exp $"
+.\" "$Id: filter.man,v 1.10 2003/01/24 19:31:58 mike Exp $"
 .\"
 .\"   filter man page for the Common UNIX Printing System (CUPS).
 .\"
@@ -103,7 +103,8 @@ The timezone of the server.
 .TP 5
 USER
 .br
-The user executing the filter (typically lp).
+The user executing the filter, typically lp; consult the cupsd.conf file for
+the current setting.
 .SH COMPATIBILITY
 While the filter interface is compatible with System V interface
 scripts, it will only work with the System V interface script as the
@@ -118,5 +119,5 @@ http://localhost:631/documentation.html
 .SH COPYRIGHT
 Copyright 1993-2003 by Easy Software Products, All Rights Reserved.
 .\"
-.\" End of "$Id: filter.man,v 1.9 2002/12/17 18:59:56 swdev Exp $".
+.\" End of "$Id: filter.man,v 1.10 2003/01/24 19:31:58 mike Exp $".
 .\"