gunnar: server/imapd kolab.patch,1.39.2.2,1.39.2.3

cvs at kolab.org cvs at kolab.org
Fri Dec 4 10:00:51 CET 2009


Author: gunnar

Update of /kolabrepository/server/imapd
In directory doto:/tmp/cvs-serv3164/imapd

Modified Files:
      Tag: kolab_2_2_branch
	kolab.patch 
Log Message:
 kolab/issue3838 (no logging for pop3)

Index: kolab.patch
===================================================================
RCS file: /kolabrepository/server/imapd/kolab.patch,v
retrieving revision 1.39.2.2
retrieving revision 1.39.2.3
diff -u -d -r1.39.2.2 -r1.39.2.3
--- kolab.patch	22 Sep 2009 14:28:21 -0000	1.39.2.2
+++ kolab.patch	4 Dec 2009 09:00:49 -0000	1.39.2.3
@@ -5,7 +5,7 @@
  License:      BSD
  Version:      2.3.13
 -Release:      20081020
-+Release:      20081020_kolab3
++Release:      20081020_kolab4
  
  #   package options
  %option       with_fsl           yes
@@ -103,3 +103,14 @@
          rm -f  $RPM_INSTALL_PREFIX/var/imapd/socket/*   >/dev/null 2>&1 || true
          rm -rf $RPM_INSTALL_PREFIX/var/imapd/tmp/*      >/dev/null 2>&1 || true
      fi
+--- fsl.imapd.orig      2009-12-04 09:47:01.156452673 +0100
++++ fsl.imapd   2009-12-04 09:47:14.204765811 +0100
+@@ -14,7 +14,7 @@
+     }
+ };
+ 
+-ident (pop3.)/.+ q{
++ident (pop3d|pop3s|pop3)/.+ q{
+     prefix(
+         prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
+     )





More information about the commits mailing list