summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-07-26 21:27:27 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-07-26 21:27:27 +0000
commit8a2596692595a893119a1637fd93e729f81fec66 (patch)
tree67e2c88e9d99994054a8badd1a239c95f4efb73f /conf
parent1d670c398780843ee6b79ffef8fb443962079804 (diff)
downloadcups-8a2596692595a893119a1637fd93e729f81fec66.tar.gz
Added a SyncOnClose directive to cups-files.conf to force cupsd to call fsync
before closing any configuration/state files it writes (<rdar://problem/14523043>) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11201 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'conf')
-rw-r--r--conf/cups-files.conf.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/cups-files.conf.in b/conf/cups-files.conf.in
index 123812cf8..36afecc40 100644
--- a/conf/cups-files.conf.in
+++ b/conf/cups-files.conf.in
@@ -8,6 +8,9 @@
# List of events that are considered fatal errors for the scheduler...
#FatalErrors @CUPS_FATAL_ERRORS@
+# Do we call fsync() after writing configuration or status files?
+#SyncOnClose No
+
# Default user and group for filters/backends/helper programs; this cannot be
# any user or group that resolves to ID 0 for security reasons...
#User @CUPS_USER@