thomas: server/kolabd/kolabd/templates rc.conf.template.in, 1.5, 1.6 saslauthd.conf.template.in, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Tue Mar 17 12:20:59 CET 2009


Author: thomas

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv823/kolabd/kolabd/templates

Modified Files:
	rc.conf.template.in saslauthd.conf.template.in 
Log Message:
Use RUNONCHANGE mechanism to restart sasl after config changes.

For this special handling of saslauthd in perl-kolab had to be removed,
which was broken anyway.


Index: rc.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/rc.conf.template.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rc.conf.template.in	17 Oct 2007 17:57:13 -0000	1.5
+++ rc.conf.template.in	17 Mar 2009 11:20:57 -0000	1.6
@@ -13,6 +13,7 @@
 
 openldap_url="ldap://@@@bind_addr@@@/ ldaps://@@@bind_addr@@@/"
 sasl_authmech="ldap"
+sasl_threads="5"
 
 spamassassin_enable="no"
 clamav_update="hourly"

Index: saslauthd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/saslauthd.conf.template.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- saslauthd.conf.template.in	11 May 2007 10:06:19 -0000	1.3
+++ saslauthd.conf.template.in	17 Mar 2009 11:20:57 -0000	1.4
@@ -2,6 +2,7 @@
 TARGET=@sasl_authdconffile@
 PERMISSIONS=0600
 OWNERSHIP=@kolab_musr@:@kolab_mgrp@
+RUNONCHANGE=@KOLABRC@ rc sasl restart
 KOLAB_META_END
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
 # (c) 2003 Martin Konold <martin.konold at erfrakon.de>





More information about the commits mailing list