summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2014-01-02 23:05:18 +0100
committerDidier Raboud <odyx@debian.org>2014-01-02 23:05:18 +0100
commitb4db6beca042dcbfd5530ef8c559bfab71a11ade (patch)
treea2d41ae625d277d3285167fc64b73b58bc010065 /conf
parentd13746555c30d1d1bd617dcf64d5b92e319ae2b5 (diff)
downloadcups-b4db6beca042dcbfd5530ef8c559bfab71a11ade.tar.gz
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'conf')
-rw-r--r--conf/cups-files.conf.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/cups-files.conf.in b/conf/cups-files.conf.in
index 965e8617..4e7a2cd9 100644
--- a/conf/cups-files.conf.in
+++ b/conf/cups-files.conf.in
@@ -1,5 +1,5 @@
#
-# "$Id: cups-files.conf.in 4120 2013-01-10 17:01:44Z msweet $"
+# "$Id: cups-files.conf.in 11201 2013-07-26 21:27:27Z msweet $"
#
# Sample file/directory/user/group configuration file for the CUPS scheduler.
# See "man cups-files.conf" for a complete description of this file.
@@ -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@
@@ -94,5 +97,5 @@ PageLog @CUPS_LOGDIR@/page_log
#TempDir @CUPS_REQUESTS@/tmp
#
-# End of "$Id: cups-files.conf.in 4120 2013-01-10 17:01:44Z msweet $".
+# End of "$Id: cups-files.conf.in 11201 2013-07-26 21:27:27Z msweet $".
#