~ubuntu-branches/ubuntu/trusty/cups/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/manpage-hyphen-minus.patch/man/cups-files.conf.man.in

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2013-09-24 22:15:01 UTC
  • mfrom: (99.1.28 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130924221501-115ywce51xe7hhok
* debian/patches/cups-1.6.4-changes.patch: Merged latest fixes from upstream,
  taken from CUPS 1.6.4, as there is no public repository of CUPS any more
  and due to Apple policies the next 1.7.x release, 1.7.0 final, happens
  only with the next release of Mac OS X. Fixes:
   - Removed some duplicate page size definitions for some ISO sizes that were
     causing problems
   - The IPP backend did not add the "last-document" attribute
   - Added a SyncOnClose directive to cups-files.conf to force cupsd to
     call fsync before closing any configuration/state files it writes
     (LP: #1157972, Red Hat bug #984883).
   - Added USB quirk rule for Lexmark E238
   - Closed server connections were still not always detected
   - The libusb-based USB backend now loads its list of quirks from files
     in /usr/share/cups/usb instead of using a hardcoded table, this
     makes spotting and fixing USB problems much easier.
   - The scheduler did not properly register ICC color profiles with
     colord
* debian/patches/usb-backend-more-quirk-rules.patch,
  debian/patches/handle-server-terminating-connection.patch,
  debian/patches/colord-add-profile-fix.patch: Removed, included upstream.
* debian/patches/pidfile.patch,
  debian/patches/rootbackends-worldreadable.patch,
  debian/patches/airprint-support.patch,
  debian/patches/do-not-broadcast-with-hostnames.patch,
  debian/patches/mention-rfc2911-in-ipptoolfile-for-clarity.patch,
  debian/patches/add-ipp-backend-of-cups-1.4.patch,
  debian/patches/confdirperms.patch,
  debian/patches/show-compile-command-lines.patch,
  debian/patches/log-debug-history-nearly-unlimited.patch: Refreshed with
  quilt.
* debian/local/apparmor-profile: Silenced AppArmor noise in syslog
  (LP: #1229766).
* debian/local/cupsd-sync-files-on-close.patch: Activate CUPS daemon
  syncing files when closing, so that config files (like printers.conf)
  do not mysteriously disappear (LP: #1157972, Red Hat bug #984883).
* debian/cups-server-common.install: Install /usr/share/cups/usb/ with the
  USB backend quirk rules file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
.\"   which should have been included with this file.  If this file is
13
13
.\"   file is missing or damaged, see the license at "http://www.cups.org/".
14
14
.\"
15
 
.TH cups-files.conf 5 "CUPS" "8 July 2013" "Apple Inc."
 
15
.TH cups-files.conf 5 "CUPS" "26 July 2013" "Apple Inc."
16
16
.SH NAME
17
17
cups-files.conf \- file and directory configuration file for cups
18
18
.SH DESCRIPTION
122
122
.br
123
123
Specifies the directory where the server configuration files can be found.
124
124
.TP 5
 
125
SyncOnClose Yes
 
126
.TP 5
 
127
SyncOnClose No
 
128
Specifies whether the scheduler calls \fIfsync(2)\fR after writing configuration
 
129
or state files. The default is No.
 
130
.TP 5
125
131
SystemGroup group-name [group-name ...]
126
132
.br
127
133
Specifies the group(s) to use for System class authentication.