~ubuntu-branches/ubuntu/utopic/cups/utopic

« back to all changes in this revision

Viewing changes to doc/help/ref-cupsd-conf.html.in

  • Committer: Package Import Robot
  • Author(s): Didier Raboud, Till Kamppeter, Steve Langasek, Didier Raboud
  • Date: 2014-01-03 18:42:39 UTC
  • mfrom: (1.3.2)
  • mto: This revision was merged to the branch mainline in revision 142.
  • Revision ID: package-import@ubuntu.com-20140103184239-juzq32ckr7ra49b3
* New 1.7.0 upstream release

[ Till Kamppeter ]
* Refresh most patches with quilt
* Removed usb-backend-do-not-crash-if-usb-disabled-in-bios and
  cupsd-no-crash-on-avahi-threaded-poll-shutdown patches as they got
  applied upstream
* Removed drop-arch-specifics-from-doc patch as it is not needed
  anymore
* Updated drop_unnecessary_dependencies, manpage-hyphen-minus,
  manpage-translations and ppd-poll-with-client-conf patches manually
  to apply to the new CUPS version
* Added error counting exception from
  usb-backend-do-not-crash-if-usb-disabled-in-bios to
  tests-ignore-warnings
* Install the newly added ippfind utility and its manpage in
  cups-client
* Added pwg.h to libcups2-dev package
* Call dh_auto_clean only if the file Makedefs is present, to avoid a
  FTBFS
* Added color management extensions from Joe Simon's GSoC 2013
  project.
* Patch cups-files.conf to activate CUPS daemon syncing of files when
  closing, so that config files (like printers.conf) do not
  mysteriously disappear (LP: #1157972)
* In the AppArmor profile, allow execution of programs in
  /etc/cups/interfaces/, needed to make CUPS working with queues based
  on System V interface scripts, especially PPD-less queues
  auto-generated by cups-browsed from cups-filters 1.0.41 on.
* Silenced AppArmor noise from udev.conf in syslog (LP: #1229766)

[ Steve Langasek ]
* Add cups-filters (>= 1.0.42) as alternative to foomatic-filters
  (which is deprecated) in package relationships

[ Didier Raboud ]
* Remove Roger Leigh from uploaders on his request with thanks for his
  past work!
* Switch avahi LSB Should-Start dependency to be avahi-daemon; also
  bump package relationship to >= 0.6.31-3~ (Closes: #731608)
* Refresh the manpage translation files
* Move the USB backend quirk rules file to cups-server-common
* Add 38 new 1.7.0 libcups2 symbols
* Mark one C++ libcupsppdc1 symbol as optional as it isn't exported in
  1.7.0 anymore
* Import Fedora patches:
  - to avoid sign-extending CRCs in gz decompression
  - to build with full read-only relocations
  - to fix job history logging (upstream patch)
  - to set the internal default for SyncOnClose to Yes, instead of
    only configuring it to Yes
  - to fix a stringpool corruption issue
  - to prevent USB timeouts causing incorrect print output
* Import Fedora patch updates:
  - to dont-use-dbus-from-two-threads patch so it removes a call to
    avahi_threaded_poll_stop()
  - to avoid_stale_lockfile_in_dbus_notifier patch to call _exit when
    handling SIGTERM
* Move manpage-translations patch at the very end of the patch series
  to have it include all our patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
<UL>
23
23
 
24
 
        <LI>AIX, IRIX, Linux, Solaris:
 
24
        <LI>AIX, Linux, Solaris:
25
25
        <PRE CLASS="command">
26
26
/etc/init.d/cups restart
27
27
        </PRE></LI>
247
247
 
248
248
<H3>Description</H3>
249
249
 
250
 
<P>The <CODE>BrowseLocalProtocols</CODE> directive specifies the
251
 
protocols to use when advertising local shared printers on the
252
 
network. Multiple protocols can be specified by separating them
253
 
with spaces. The default is "<CODE>@CUPS_BROWSE_LOCAL_PROTOCOLS@</CODE>".</P>
 
250
<P>The <CODE>BrowseLocalProtocols</CODE> directive specifies the protocols to use when advertising local shared printers on the network. Multiple protocols can be specified by separating them with spaces. The default is "<CODE>dnssd</CODE>" on systems that support Bonjour and "<CODE>none</CODE>" on all others.</P>
254
251
 
255
252
 
256
253
<H2 CLASS="title"><A NAME="BrowseWebIF">BrowseWebIF</A></H2>
280
277
 
281
278
<H3>Description</H3>
282
279
 
283
 
<P>The <CODE>Browsing</CODE> directive controls whether or not
284
 
printer sharing is enabled. The default setting is
285
 
<CODE>@CUPS_BROWSING@</CODE>.</P>
 
280
<P>The <CODE>Browsing</CODE> directive controls whether or not printer sharing is enabled. The default setting is <CODE>On</CODE>.</P>
286
281
 
287
282
 
288
283
<H2 CLASS="title"><SPAN CLASS="info">CUPS 1.1.7</SPAN><A NAME="Classification">Classification</A></H2>
430
425
<H3>Examples</H3>
431
426
 
432
427
<PRE CLASS="command">
433
 
DefaultShared yes
434
 
DefaultShared no
 
428
DefaultShared Yes
 
429
DefaultShared No
435
430
</PRE>
436
431
 
437
432
<H3>Description</H3>
438
433
 
439
 
<P>The <CODE>DefaultShared</CODE> directive specifies whether
440
 
printers are shared (published) by default. The default is
441
 
<CODE>@CUPS_DEFAULT_SHARED@</CODE>.</P>
 
434
<P>The <CODE>DefaultShared</CODE> directive specifies whether printers are shared (published) by default. The default is <CODE>Yes</CODE>.</P>
442
435
 
443
436
 
444
437
<H2 CLASS="title"><A NAME="Deny">Deny</A></H2>
628
621
 
629
622
<H3>Description</H3>
630
623
 
631
 
<P>The <CODE>GSSServiceName</CODE> directive sets the Kerberos service name to use. The default is <CODE>@CUPS_DEFAULT_GSSSERVICE_NAME@</CODE> for compatibility with Microsoft Windows.</P>
 
624
<P>The <CODE>GSSServiceName</CODE> directive sets the Kerberos service name to use. The default is <CODE>http</CODE> for compatibility with Microsoft Windows.</P>
632
625
 
633
626
 
634
627
<H2 CLASS="title"><A NAME="HostNameLookups">HostNameLookups</A></H2>
2150
2143
<H3>Examples</H3>
2151
2144
 
2152
2145
<PRE CLASS="command">
2153
 
WebInterface yes
2154
 
WebInterface no
 
2146
WebInterface Yes
 
2147
WebInterface No
2155
2148
</PRE>
2156
2149
 
2157
2150
<H3>Description</H3>
2158
2151
 
2159
 
<P>The <CODE>WebInterface</CODE> directive specifies whether the web interface is enabled. The default value is <CODE>@CUPS_WEBIF@</CODE>.</P>
 
2152
<P>The <CODE>WebInterface</CODE> directive specifies whether the web interface is enabled. The default value is <CODE>No</CODE> on OS X and <CODE>Yes</CODE> on all other operating systems.</P>
2160
2153
 
2161
2154
</BODY>
2162
2155
</HTML>