steffen: server/perl-kolab/Kolab-LDAP LDAP.pm, 1.31.2.1, 1.31.2.2 Makefile.am, 1.1, NONE

cvs at intevation.de cvs at intevation.de
Tue Jul 19 03:32:41 CEST 2005


Author: steffen

Update of /kolabrepository/server/perl-kolab/Kolab-LDAP
In directory doto:/tmp/cvs-serv31903/Kolab-LDAP

Modified Files:
      Tag: kolab_2_0_branch
	LDAP.pm 
Removed Files:
      Tag: kolab_2_0_branch
	Makefile.am 
Log Message:
lets stick to the pre-autoperl version for the 2.0-branch

Index: LDAP.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-LDAP/LDAP.pm,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -u -d -r1.31.2.1 -r1.31.2.2
--- LDAP.pm	14 Jul 2005 21:34:48 -0000	1.31.2.1
+++ LDAP.pm	19 Jul 2005 01:32:39 -0000	1.31.2.2
@@ -35,7 +35,6 @@
 use vars qw(%uid_db %gyard_db %newuid_db %gyard_ts_db);
 
 require Exporter;
-require "config.h";
 
 our @ISA = qw(Exporter);
 
@@ -68,19 +67,19 @@
 
     Kolab::log('L', 'Opening mailbox uid cache DB');
 
-    if (!dbmopen(%uid_db, $Kolab::config{'prefix'} . $ap::config->{localstatedir}/kolab/mailbox-uidcache.db, 0666)) {
+    if (!dbmopen(%uid_db, $Kolab::config{'prefix'} . '/var/kolab/mailbox-uidcache.db', 0666)) {
         Kolab::log('L', 'Unable to open mailbox uid cache DB', KOLAB_ERROR);
         exit(1);
     }
 
     Kolab::log('L', 'Opening graveyard uid/timestamp cache DB');
 
-    if (!dbmopen(%gyard_db, $Kolab::config{'prefix'} . $ap::config->{localstatedir}/kolab/graveyard-uidcache.db, 0666)) {
+    if (!dbmopen(%gyard_db, $Kolab::config{'prefix'} . '/var/kolab/graveyard-uidcache.db', 0666)) {
         Kolab::log('L', 'Unable to open graveyard uid cache DB', KOLAB_ERROR);
         exit(1);
     }
 
-    if (!dbmopen(%gyard_ts_db, $Kolab::config{'prefix'} . $ap::config->{localstatedir}/kolab/graveyard-tscache.db, 0666)) {
+    if (!dbmopen(%gyard_ts_db, $Kolab::config{'prefix'} . '/var/kolab/graveyard-tscache.db', 0666)) {
         Kolab::log('L', 'Unable to open graveyard timestamp cache DB', KOLAB_ERROR);
         exit(1);
     }

--- Makefile.am DELETED ---





More information about the commits mailing list