richard: server/perl-kolab/sbin kolab_bootstrap.in,1.13,1.14

cvs at kolab.org cvs at kolab.org
Mon Dec 28 22:14:25 CET 2009


Author: richard

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

Modified Files:
	kolab_bootstrap.in 
Log Message:
removed the suffix ".in" in the call to Kolab::Conf::rebuildTemplates 



Index: kolab_bootstrap.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/sbin/kolab_bootstrap.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- kolab_bootstrap.in	13 Dec 2009 19:48:26 -0000	1.13
+++ kolab_bootstrap.in	28 Dec 2009 21:14:22 -0000	1.14
@@ -474,9 +474,9 @@
       Kolab::Conf::rebuildTemplates(
             dorunonchange =>0,
             templates => [
-              "$templatedir/slapd.access.template.in",
-              "$templatedir/slapd.conf.template.in",
-              "$templatedir/slapd.replicas.template.in"
+              "$templatedir/slapd.access.template",
+              "$templatedir/slapd.conf.template",
+              "$templatedir/slapd.replicas.template"
             ],
         );
       $Kolab::config{"bootstrap_config"} = 'false';





More information about the commits mailing list