File: 0008-Debian-Set-LogFileGroup-to-adm.patch

package info (click to toggle)
cups 2.4.10-3%2Bdeb13u2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 34,580 kB
  • sloc: ansic: 159,552; cpp: 8,666; sh: 5,479; makefile: 2,783; php: 17; python: 10
file content (24 lines) | stat: -rw-r--r-- 852 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Martin Pitt <mpitt@debian.org>
Date: Tue, 9 Aug 2016 18:11:38 +0200
Subject: Debian: Set LogFileGroup to adm

Forwarded: not-needed
---
 conf/cups-files.conf.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf/cups-files.conf.in b/conf/cups-files.conf.in
index 93584a1..b505c40 100644
--- a/conf/cups-files.conf.in
+++ b/conf/cups-files.conf.in
@@ -29,6 +29,10 @@ SystemGroup @CUPS_SYSTEM_GROUPS@
 #ConfigFilePerm 0@CUPS_CONFIG_FILE_PERM@
 #LogFilePerm 0@CUPS_LOG_FILE_PERM@
 
+# Specifies the group name or ID that will be used for log files.
+# The default group in Debian is "adm".
+LogFileGroup adm
+
 # Location of the file logging all access to the scheduler; may be the name
 # "syslog". If not an absolute path, the value of ServerRoot is used as the
 # root directory.  Also see the "AccessLogLevel" directive in cupsd.conf.