richard: server/kolabd/kolabd kolab_bootstrap.in, 1.14, 1.15 ChangeLog, 1.35, 1.36

cvs at intevation.de cvs at intevation.de
Thu Jan 5 22:58:40 CET 2006


Author: richard

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

Modified Files:
	kolab_bootstrap.in ChangeLog 
Log Message:
unexpanded tabs, to improve readability



Index: kolab_bootstrap.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab_bootstrap.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- kolab_bootstrap.in	4 Jan 2006 22:03:59 -0000	1.14
+++ kolab_bootstrap.in	5 Jan 2006 21:58:38 -0000	1.15
@@ -426,8 +426,8 @@
                $_ = <$tmpl>;
                $found_end = /^KOLAB_META_END$/;
            }
-			  $_ = <$tmpl>;
-		 }
+           $_ = <$tmpl>;
+        }
         s/\@\@\@base_dn\@\@\@/$base_dn/g;
         s/\@\@\@bind_dn\@\@\@/$bind_dn/g;
         s/\@\@\@bind_pw_hash\@\@\@/$bind_pw/g;
@@ -437,7 +437,7 @@
       undef $slpd;
       undef $tmpl;
       
-		my $tmplname = "@sysconfdir@/kolab/templates/slapd.replicas.template";
+      my $tmplname = "@sysconfdir@/kolab/templates/slapd.replicas.template";
       $confname = "@ldapserver_confdir@/slapd.replicas";
 
       $tmpl = IO::File->new($tmplname, "r") || die "could not read $tmplname";
@@ -452,13 +452,12 @@
            }
            $_ = <$tmpl>;
         }
-         print $slpd $_;
+        print $slpd $_;
       }
       undef $slpd;
-		undef $tmpl;
-		
-		$tmplname = "@sysconfdir@/kolab/templates/slapd.access.template";
+      undef $tmpl;
 		
+      $tmplname = "@sysconfdir@/kolab/templates/slapd.access.template";
       $confname = "@ldapserver_confdir@/slapd.access";
 
       $tmpl = IO::File->new($tmplname, "r") || die "could not read $tmplname";
@@ -473,10 +472,10 @@
            }
            $_ = <$tmpl>;
         }
-         print $slpd $_;
-       }
-       undef $slpd;
-       undef $tmpl;
+        print $slpd $_;
+      }
+      undef $slpd;
+      undef $tmpl;
 		
       # now we must startup slapd
       print "temporarily starting slapd\n";

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- ChangeLog	5 Jan 2006 21:45:46 -0000	1.35
+++ ChangeLog	5 Jan 2006 21:58:38 -0000	1.36
@@ -1,4 +1,5 @@
 2006-01-05 Richard Bos <richard at radoeka.nl>
+	* kolab_bootstap.in: unexpanded tabs, to improve readability
 	* dist_conf/kolabsrv.in: added
 
 2006-01-04 Richard Bos <richard at radoeka.nl>





More information about the commits mailing list