From 57e3d11ad1fe0266c20e31057b13f4216b633021 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 24 Jan 2003 19:31:58 +0000 Subject: [PATCH] Make reference to the cupsd.conf file as the holder of the authoritative 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 | 7 ++++--- man/cups-lpd.man | 12 ++++++++---- man/filter.man | 7 ++++--- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/man/backend.man b/man/backend.man index fc72270ca..380cc9f75 100644 --- a/man/backend.man +++ b/man/backend.man @@ -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 $". .\" diff --git a/man/cups-lpd.man b/man/cups-lpd.man index 85694d158..218f5e47f 100644 --- a/man/cups-lpd.man +++ b/man/cups-lpd.man @@ -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 $". .\" diff --git a/man/filter.man b/man/filter.man index fda6ecd2d..79f709d28 100644 --- a/man/filter.man +++ b/man/filter.man @@ -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 $". .\" -- 2.39.2