From 46aab5fd7ce9270c393491fdcd68b65c29a78e66 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Nov 04 2013 11:45:33 +0000 Subject: Adjusted commented out default for SyncOnClose in cups-files.conf. --- diff --git a/cups-synconclose.patch b/cups-synconclose.patch index 2d75e1d..c1f053d 100644 --- a/cups-synconclose.patch +++ b/cups-synconclose.patch @@ -1,3 +1,14 @@ +--- cups-1.7.0/conf/cups-files.conf.in.synconclose 2013-11-04 11:43:27.989512747 +0000 ++++ cups-1.7.0/conf/cups-files.conf.in 2013-11-04 11:43:37.830557404 +0000 +@@ -9,7 +9,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... diff -up cups-1.7.0/doc/help/man-cups-files.conf.html.synconclose cups-1.7.0/doc/help/man-cups-files.conf.html --- cups-1.7.0/doc/help/man-cups-files.conf.html.synconclose 2013-10-31 11:19:11.927824302 +0000 +++ cups-1.7.0/doc/help/man-cups-files.conf.html 2013-10-31 11:19:24.061871113 +0000 diff --git a/cups.spec b/cups.spec index f0ee6b3..76c778a 100644 --- a/cups.spec +++ b/cups.spec @@ -11,7 +11,7 @@ Summary: CUPS printing system Name: cups Epoch: 1 Version: 1.7.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Group: System Environment/Daemons Url: http://www.cups.org/ @@ -652,6 +652,9 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man5/ipptoolfile.5.gz %changelog +* Mon Nov 4 2013 Tim Waugh - 1:1.7.0-4 +- Adjusted commented out default for SyncOnClose in cups-files.conf. + * Thu Oct 31 2013 Tim Waugh - 1:1.7.0-3 - Set the default for SyncOnClose to Yes.