[Pkg-cups-devel] r155 - in cupsys/branches/cups-1.2/debian: . patches

Martin Pitt mpitt at costa.debian.org
Wed Apr 12 15:06:39 UTC 2006


Author: mpitt
Date: Wed Apr 12 15:06:37 2006
New Revision: 155

Added:
   cupsys/branches/cups-1.2/debian/patches/13_default_log_warn.dpatch   (contents, props changed)
Modified:
   cupsys/branches/cups-1.2/debian/changelog
   cupsys/branches/cups-1.2/debian/patches/00list
Log:
* Add debian/patches/13_default_log_warn.dpatch: Raise default log severity
  to 'warning' to not log gazillions of IPP requests by default. (other part
  of #280718)



Modified: cupsys/branches/cups-1.2/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2/debian/changelog	(original)
+++ cupsys/branches/cups-1.2/debian/changelog	Wed Apr 12 15:06:37 2006
@@ -66,15 +66,18 @@
   * debian/cupsys.preinst: Remove dangling /etc/cups/pdftops.conf symlink on
     upgrades to unbreak printing with poppler-utils.
   * debian/control: Add poppler-utils alternative for xpdf-utils dependency.
-  * Add debian/patches/12_quiesce_ipp_logging.dpatch:	
+  * Add debian/patches/12_quiesce_ipp_logging.dpatch:
     - Drop successful IPP messages to log level 'debug' and unsuccessful ones
       to 'info'.
     - Do not flood access_log with successful CUPS-Get-Printers and
       Get-Printer-Attributes queries (which are generated by e. g.
       gnome-cups-icon every 3 seconds).
     - Closes: #280718
+  * Add debian/patches/13_default_log_warn.dpatch: Raise default log severity
+    to 'warning' to not log gazillions of IPP requests by default. (other part
+    of #280718)
 
- -- Martin Pitt <mpitt at debian.org>  Wed, 12 Apr 2006 16:55:06 +0200
+ -- Martin Pitt <mpitt at debian.org>  Wed, 12 Apr 2006 17:05:29 +0200
 
 cupsys (1.1.99.b1.r4885-1) experimental; urgency=low
 

Modified: cupsys/branches/cups-1.2/debian/patches/00list
==============================================================================
--- cupsys/branches/cups-1.2/debian/patches/00list	(original)
+++ cupsys/branches/cups-1.2/debian/patches/00list	Wed Apr 12 15:06:37 2006
@@ -11,6 +11,7 @@
 09_runasuser_autoconf.dpatch
 11_pam.dpatch
 12_quiesce_ipp_logging.dpatch
+13_default_log_warn.dpatch
 19_cupsaccept.dpatch
 26_modprobe.dpatch
 44_fixconfdirperms.dpatch

Added: cupsys/branches/cups-1.2/debian/patches/13_default_log_warn.dpatch
==============================================================================
--- (empty file)
+++ cupsys/branches/cups-1.2/debian/patches/13_default_log_warn.dpatch	Wed Apr 12 15:06:37 2006
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 13_default_log_warn.dpatch by  <mpitt at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad cupsys~/conf/cupsd.conf.in cupsys/conf/cupsd.conf.in
+--- cupsys~/conf/cupsd.conf.in	2006-04-12 16:32:11.000000000 +0200
++++ cupsys/conf/cupsd.conf.in	2006-04-12 17:04:58.000000000 +0200
+@@ -8,7 +8,7 @@
+ 
+ # Log general information in error_log - change "info" to "debug" for
+ # troubleshooting...
+-LogLevel info
++LogLevel warning
+ 
+ # Administrator user group...
+ SystemGroup @CUPS_SYSTEM_GROUPS@



More information about the Pkg-cups-devel mailing list