$NetBSD: patch-doc-help-man-cups-files.conf.html,v 1.2 2018/11/10 19:51:12 leot Exp $ Add a PidFile configuration directive to write a PID file. --- doc/help/man-cups-files.conf.html.orig 2018-11-08 13:49:36.000000000 +0000 +++ doc/help/man-cups-files.conf.html @@ -118,6 +118,10 @@ The default is "/var/log/cups/page_log".
PassEnv variable [ ... variable ]
Passes the specified environment variable(s) to child processes. Note: the standard CUPS filter and backend environment variables cannot be overridden using this directive. +
PidFile path +
Specifies the file the CUPS scheduler writes its PID to +(set to an ampty value to disable the PID file). +The default is usually "/var/run/cups/cupsd.pid".
RemoteRoot username
Specifies the username that is associated with unauthenticated accesses by clients claiming to be the root user. The default is "remroot".