steffen: server/perl-kolab/Kolab-Conf Conf.pm,1.50,1.51

cvs at intevation.de cvs at intevation.de
Tue May 3 13:55:44 CEST 2005


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab-Conf
In directory doto:/tmp/cvs-serv7118/perl-kolab/Kolab-Conf

Modified Files:
	Conf.pm 
Log Message:
added DB_CONFIG (Issue707)

Index: Conf.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-Conf/Conf.pm,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- Conf.pm	19 Apr 2005 10:59:22 -0000	1.50
+++ Conf.pm	3 May 2005 11:55:42 -0000	1.51
@@ -575,6 +575,7 @@
 		 "$templatedir/proftpd.conf.template" => "$prefix/etc/proftpd/proftpd.conf",
 		 "$templatedir/ldap.conf.template" => "$prefix/etc/openldap/ldap.conf",
 		 "$templatedir/slapd.conf.template" => "$prefix/etc/openldap/slapd.conf",
+		 "$templatedir/DB_CONFIG.slapd.template" => "$prefix/var/openldap/openldap-data/DB_CONFIG",
 		 "$templatedir/freebusy.conf.template" => "$prefix/etc/resmgr/freebusy.conf",
 		 "$templatedir/fbview.conf.template" => "$prefix/etc/resmgr/fbview.conf",
 		 "$templatedir/resmgr.conf.template" => "$prefix/etc/resmgr/resmgr.conf"
@@ -599,6 +600,7 @@
 		   "$prefix/etc/apache/php.ini"                           => 0640,
 		   "$prefix/etc/proftpd/proftpd.conf"                     => 0640,
 		   "$prefix/etc/openldap/slapd.conf"                      => 0640,
+		   "$prefix/var/openldap/openldap-data/DB_CONFIG"         => 0640,
 		   "$prefix/etc/openldap/ldap.conf"                       => 0644,
 		   "$prefix/etc/postfix/transport"                        => 0640,
 		   "$prefix/etc/imapd/cyrus.conf"                         => 0640,
@@ -624,6 +626,7 @@
 		 "$prefix/etc/proftpd/proftpd.conf"                     => "kolab:kolab-n",
 		 "$prefix/etc/openldap/ldap.conf"                       => "kolab:kolab",
 		 "$prefix/etc/openldap/slapd.conf"                      => "kolab:kolab",
+		 "$prefix/var/openldap/openldap-data/DB_CONFIG"         => "kolab:kolab",
 		 "$prefix/etc/postfix/transport"                        => "root:kolab",
 		 "$prefix/etc/imapd/cyrus.conf"                         => "kolab:kolab",
 		 "$prefix/etc/imapd/imapd.group"                        => "kolab:kolab-r");





More information about the commits mailing list