summaryrefslogtreecommitdiff
path: root/debian/patches/cupsd-set-default-for-SyncOnClose-to-Yes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/cupsd-set-default-for-SyncOnClose-to-Yes.patch')
-rw-r--r--debian/patches/cupsd-set-default-for-SyncOnClose-to-Yes.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/patches/cupsd-set-default-for-SyncOnClose-to-Yes.patch b/debian/patches/cupsd-set-default-for-SyncOnClose-to-Yes.patch
index 7352732b2..68aff3a72 100644
--- a/debian/patches/cupsd-set-default-for-SyncOnClose-to-Yes.patch
+++ b/debian/patches/cupsd-set-default-for-SyncOnClose-to-Yes.patch
@@ -1,3 +1,4 @@
+From 9049c3015d0fe5add9d2d0de24366283f9df7ede Mon Sep 17 00:00:00 2001
From: Tim Waugh <twaugh@redhat.com>
Date: Tue, 9 Aug 2016 18:11:46 +0200
Subject: Set the default for SyncOnClose to Yes
@@ -13,7 +14,7 @@ Patch-Name: cupsd-set-default-for-SyncOnClose-to-Yes.patch
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/conf/cups-files.conf.in b/conf/cups-files.conf.in
-index 4a78ba6..a3d088d 100644
+index 4a78ba615..a3d088da5 100644
--- a/conf/cups-files.conf.in
+++ b/conf/cups-files.conf.in
@@ -7,7 +7,7 @@
@@ -26,7 +27,7 @@ index 4a78ba6..a3d088d 100644
# Default user and group for filters/backends/helper programs; this cannot be
# any user or group that resolves to ID 0 for security reasons...
diff --git a/doc/help/man-cups-files.conf.html b/doc/help/man-cups-files.conf.html
-index c567cbb..f2f6802 100644
+index c567cbba7..f2f6802e6 100644
--- a/doc/help/man-cups-files.conf.html
+++ b/doc/help/man-cups-files.conf.html
@@ -150,7 +150,7 @@ The default is "/var/run/cups" or "/etc/cups" depending on the platform.
@@ -39,7 +40,7 @@ index c567cbb..f2f6802 100644
<dd style="margin-left: 5.0em">Specifies the group(s) to use for <i>@SYSTEM</i> group authentication.
The default contains "admin", "lpadmin", "root", "sys", and/or "system".
diff --git a/man/cups-files.conf.5 b/man/cups-files.conf.5
-index 7249406..955f47b 100644
+index 72494065c..955f47b55 100644
--- a/man/cups-files.conf.5
+++ b/man/cups-files.conf.5
@@ -211,7 +211,7 @@ The default is "/var/run/cups" or "/etc/cups" depending on the platform.
@@ -52,7 +53,7 @@ index 7249406..955f47b 100644
.TP 5
\fBSystemGroup \fIgroup-name \fR[ ... \fIgroup-name\fR ]
diff --git a/scheduler/conf.c b/scheduler/conf.c
-index 31eedbf..f2924f8 100644
+index 31eedbf71..f2924f844 100644
--- a/scheduler/conf.c
+++ b/scheduler/conf.c
@@ -735,7 +735,7 @@ cupsdReadConfiguration(void)