[pkg-kolab] r880 - kolabd/branches/2.2/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sun Jun 8 20:39:22 UTC 2008


Author: mparent-guest
Date: 2008-06-08 20:39:21 +0000 (Sun, 08 Jun 2008)
New Revision: 880

Modified:
   kolabd/branches/2.2/debian/changelog
   kolabd/branches/2.2/debian/rules
Log:
Remove /etc/kolab/templates/local.cf.template, new amavisd config



Modified: kolabd/branches/2.2/debian/changelog
===================================================================
--- kolabd/branches/2.2/debian/changelog	2008-06-07 10:15:25 UTC (rev 879)
+++ kolabd/branches/2.2/debian/changelog	2008-06-08 20:39:21 UTC (rev 880)
@@ -8,6 +8,7 @@
   * debian/rules
     - add user postfix to group sasl during postinst, to allow authentication
       within postfix
+    - remove /etc/kolab/templates/local.cf.template (new amavisd config)
   * updated common/dist_conf.dpatch
     - use FDS LDAP backend for persistent searches
     - smarty has now the good path
@@ -33,7 +34,7 @@
     http://lists.debian.org/debian-legal/2008/04/msg00087.html
   * debian/postinst: add user cyrus to group kolab. This is needed for PKI.
 
- -- Mathieu Parent <math.parent at gmail.com>  Sat, 07 Jun 2008 12:13:06 +0200
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 08 Jun 2008 22:38:44 +0200
 
 kolabd (2.1.0-20070510.dfsg-3) unstable; urgency=low
 

Modified: kolabd/branches/2.2/debian/rules
===================================================================
--- kolabd/branches/2.2/debian/rules	2008-06-07 10:15:25 UTC (rev 879)
+++ kolabd/branches/2.2/debian/rules	2008-06-08 20:39:21 UTC (rev 880)
@@ -52,7 +52,7 @@
 
 	# Kolab bootstrapping templates
 	for i in templates/*.template ; do install -D -m 644 $$i debian/kolabd/etc/kolab/$$i ; done
-	rm $(addprefix debian/kolabd/etc/kolab/templates/,amavisd.* clamd.* cyrus.* freshclam.* httpd.* session_vars.*)
+	rm $(addprefix debian/kolabd/etc/kolab/templates/,amavisd.* clamd.* cyrus.* freshclam.* httpd.* session_vars.* local.cf.template)
 
 	# LDAP files
 	install -D -m 644 debian/rfc2739.schema debian/kolabd/etc/ldap/schema/rfc2739.schema




More information about the pkg-kolab-devel mailing list