summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorTim Waugh <twaugh@redhat.com>2016-08-09 18:11:46 +0200
committerDidier Raboud <odyx@debian.org>2019-06-03 21:04:02 +0200
commite2032ee341de8389b5fe6a896a671d36197cdcb9 (patch)
tree048e813b7210adabc6d3033eb50030ab8d080c15 /conf
parentdcdf20bfa26ad17aada67df8305c00d4da60a414 (diff)
Set the default for SyncOnClose to Yes
Last-Update: 2015-02-10 Patch-Name: cupsd-set-default-for-SyncOnClose-to-Yes.patch Gbp-Pq: Name cupsd-set-default-for-SyncOnClose-to-Yes.patch
Diffstat (limited to 'conf')
-rw-r--r--conf/cups-files.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/cups-files.conf.in b/conf/cups-files.conf.in
index 4a78ba615..a3d088da5 100644
--- a/conf/cups-files.conf.in
+++ b/conf/cups-files.conf.in
@@ -7,7 +7,7 @@
#FatalErrors @CUPS_FATAL_ERRORS@
# Do we call fsync() after writing configuration or status files?
-#SyncOnClose No
+#SyncOnClose Yes
# Default user and group for filters/backends/helper programs; this cannot be
# any user or group that resolves to ID 0 for security reasons...