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

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sun May 25 14:17:22 UTC 2008


Author: mparent-guest
Date: 2008-05-25 14:17:20 +0000 (Sun, 25 May 2008)
New Revision: 873

Modified:
   kolabd/branches/2.2/debian/changelog
   kolabd/branches/2.2/debian/postinst
Log:
Add user cyrus to group kolab


Modified: kolabd/branches/2.2/debian/changelog
===================================================================
--- kolabd/branches/2.2/debian/changelog	2008-05-25 13:42:12 UTC (rev 872)
+++ kolabd/branches/2.2/debian/changelog	2008-05-25 14:17:20 UTC (rev 873)
@@ -30,8 +30,9 @@
   * Add 91-workaround-bts-471253.dpatch
   * Re-add rfc2739 schema with a copyright notice: see
     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>  Sun, 25 May 2008 12:45:38 +0200
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 25 May 2008 16:16:19 +0200
 
 kolabd (2.1.0-20070510.dfsg-3) unstable; urgency=low
 

Modified: kolabd/branches/2.2/debian/postinst
===================================================================
--- kolabd/branches/2.2/debian/postinst	2008-05-25 13:42:12 UTC (rev 872)
+++ kolabd/branches/2.2/debian/postinst	2008-05-25 14:17:20 UTC (rev 873)
@@ -10,10 +10,16 @@
 }
 
 adduser_postfix_in_sasl() {
-	# Add user postfix to group SASL, if such group exists
+	# Add user postfix to group sasl, if such group exists
         adduser postfix sasl || true
 }
 
+adduser_cyrus_in_kolab() {
+	# Add user cyrus to group kolab, if such group exists
+	# This is needed for PKI
+        adduser cyrus kolab || true
+}
+
 fixperms() {
 	chown kolab:kolab /var/lib/kolab
 	chmod 2775 /var/lib/kolab




More information about the pkg-kolab-devel mailing list