[pkg-kolab] r712 - in kolabd/trunk/debian: . patches

petere at alioth.debian.org petere at alioth.debian.org
Fri Dec 28 15:44:26 UTC 2007


Author: petere
Date: 2007-12-28 15:44:26 +0000 (Fri, 28 Dec 2007)
New Revision: 712

Added:
   kolabd/trunk/debian/patches/93-freebusy-template.dpatch
Modified:
   kolabd/trunk/debian/changelog
   kolabd/trunk/debian/patches/00list
Log:
* Set syslog as logging method in freebusy.conf template (closes: #455071)

Modified: kolabd/trunk/debian/changelog
===================================================================
--- kolabd/trunk/debian/changelog	2007-12-28 15:14:23 UTC (rev 711)
+++ kolabd/trunk/debian/changelog	2007-12-28 15:44:26 UTC (rev 712)
@@ -3,6 +3,7 @@
   * Internal Subversion repository reorganization to keep common patches in
     common location, in particular patches/common/dist_conf.dpatch
   * Updated standards version
+  * Set syslog as logging method in freebusy.conf template (closes: #455071)
 
  -- Peter Eisentraut <petere at debian.org>  Wed, 12 Dec 2007 23:57:11 +0100
 

Modified: kolabd/trunk/debian/patches/00list
===================================================================
--- kolabd/trunk/debian/patches/00list	2007-12-28 15:14:23 UTC (rev 711)
+++ kolabd/trunk/debian/patches/00list	2007-12-28 15:44:26 UTC (rev 712)
@@ -6,3 +6,4 @@
 90-slapd-template
 91-postfix-template
 92-resmgr-template
+93-freebusy-template

Added: kolabd/trunk/debian/patches/93-freebusy-template.dpatch
===================================================================
--- kolabd/trunk/debian/patches/93-freebusy-template.dpatch	                        (rev 0)
+++ kolabd/trunk/debian/patches/93-freebusy-template.dpatch	2007-12-28 15:44:26 UTC (rev 712)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 93-freebusy-template.dpatch by Peter Eisentraut <petere at debian.org>
+##
+## DP: Adjustments in freebusy template
+
+ at DPATCH@
+diff -urNad kolabd-2.1.0-20070510.dfsg~/templates/freebusy.conf.template.in kolabd-2.1.0-20070510.dfsg/templates/freebusy.conf.template.in
+--- kolabd-2.1.0-20070510.dfsg~/templates/freebusy.conf.template.in	2007-03-02 05:40:21.000000000 +0100
++++ kolabd-2.1.0-20070510.dfsg/templates/freebusy.conf.template.in	2007-12-28 16:27:14.000000000 +0100
+@@ -81,8 +81,8 @@
+ $params['send_content_disposition'] = false;
+ 
+ // Where are we logging to?
+-$params['log'] = 'file:@freebusy_logfile@';                // File...
+-// $params['log'] = 'syslog:cons, pid';            // Or syslog...
++// $params['log'] = 'file:@freebusy_logfile@';                // File...
++$params['log'] = 'syslog:cons, pid';            // Or syslog...
+ 
+ // What level of output should we log? Higher levels give more verbose output.
+ // One of: 0 (RM_LOG_SILENT); 1 (RM_LOG_ERROR); 2 (RM_LOG_WARN); 3 (RM_LOG_INFO) or 4 (RM_LOG_DEBUG).


Property changes on: kolabd/trunk/debian/patches/93-freebusy-template.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kolab-devel mailing list