mathieu: server/perl-kolab/sbin kolabconf.in,1.3,1.4

cvs at kolab.org cvs at kolab.org
Sun Dec 13 16:19:25 CET 2009


Author: mathieu

Update of /kolabrepository/server/perl-kolab/sbin
In directory doto:/tmp/cvs-serv22798/perl-kolab/sbin

Modified Files:
	kolabconf.in 
Log Message:
perl-kolab:
    new @@@print@@@ macro available for: getLDAPReplicas(), getLDAPAccess(),
    getCyrusGroups(), getPostfixMap(map). This removed the use of
   %special_templates, %haschanged, Kolab::Conf::reload().

kolabd:
 
    kolab/issue1740 (fully generate slapd.access, slapd.replicas, transport,
                    virtual and imapd.groups by templates) using the new
                    @@@print@@@ macro (perl-kolab) and RUNONCHANGE.



Index: kolabconf.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/sbin/kolabconf.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- kolabconf.in	24 Nov 2009 18:44:58 -0000	1.3
+++ kolabconf.in	13 Dec 2009 15:19:23 -0000	1.4
@@ -107,11 +107,5 @@
 
 Kolab::log('KC', 'Rebuilding templates');
 Kolab::Conf::rebuildTemplates;
-Kolab::log('KC', 'Reloading kolab components');
-
-if( $Kolab::do_reload ) {
-    Kolab::Conf::reload;
-}
-
 Kolab::log('KC', 'Finished');
 





More information about the commits mailing list