cups-files.conf 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. #
  2. #
  3. # Sample file/directory/user/group configuration file for the CUPS scheduler.
  4. # See "man cups-files.conf" for a complete description of this file.
  5. #
  6. # List of events that are considered fatal errors for the scheduler...
  7. #FatalErrors config
  8. # Do we call fsync() after writing configuration or status files?
  9. #SyncOnClose Yes
  10. # Default user and group for filters/backends/helper programs; this cannot be
  11. # any user or group that resolves to ID 0 for security reasons...
  12. #User lp
  13. #Group lp
  14. # Administrator user group, used to match @SYSTEM in cupsd.conf policy rules...
  15. SystemGroup lpadmin
  16. # User that is substituted for unauthenticated (remote) root accesses...
  17. #RemoteRoot remroot
  18. # Do we allow file: device URIs other than to /dev/null?
  19. #FileDevice No
  20. # Permissions for configuration and log files...
  21. #ConfigFilePerm 0640
  22. #LogFilePerm 00640
  23. # Location of the file logging all access to the scheduler; may be the name
  24. # "syslog". If not an absolute path, the value of ServerRoot is used as the
  25. # root directory. Also see the "AccessLogLevel" directive in cupsd.conf.
  26. AccessLog /var/log/cups/access_log
  27. # Location of cache files used by the scheduler...
  28. #CacheDir /var/cache/cups
  29. # Location of data files used by the scheduler...
  30. #DataDir /usr/share/cups
  31. # Location of the static web content served by the scheduler...
  32. #DocumentRoot /usr/share/cups/doc-root
  33. # Location of the file logging all messages produced by the scheduler and any
  34. # helper programs; may be the name "syslog". If not an absolute path, the value
  35. # of ServerRoot is used as the root directory. Also see the "LogLevel"
  36. # directive in cupsd.conf.
  37. ErrorLog /var/log/cups/error_log
  38. # Location of fonts used by older print filters...
  39. #FontPath /usr/share/cups/fonts
  40. # Location of LPD configuration
  41. #LPDConfigFile
  42. # Location of the file logging all pages printed by the scheduler and any
  43. # helper programs; may be the name "syslog". If not an absolute path, the value
  44. # of ServerRoot is used as the root directory. Also see the "PageLogFormat"
  45. # directive in cupsd.conf.
  46. PageLog /var/log/cups/page_log
  47. # Location of the file listing all of the local printers...
  48. #Printcap /var/run/cups/printcap
  49. # Format of the Printcap file...
  50. #PrintcapFormat bsd
  51. #PrintcapFormat plist
  52. #PrintcapFormat solaris
  53. # Location of all spool files...
  54. #RequestRoot /var/spool/cups
  55. # Location of helper programs...
  56. #ServerBin /usr/lib/cups
  57. # SSL/TLS certificate for the scheduler...
  58. #ServerCertificate ssl/server.crt
  59. # SSL/TLS private key for the scheduler...
  60. #ServerKey ssl/server.key
  61. # Location of other configuration files...
  62. #ServerRoot /etc/cups
  63. # Location of Samba configuration file...
  64. #SMBConfigFile
  65. # Location of scheduler state files...
  66. #StateDir /var/run/cups
  67. # Location of scheduler/helper temporary files. This directory is emptied on
  68. # scheduler startup and cannot be one of the standard (public) temporary
  69. # directory locations for security reasons...
  70. #TempDir /var/spool/cups/tmp
  71. #
  72. #
  73. # 'FileDevice Yes' line installed by foo2zjs...
  74. FileDevice Yes