steffen: server/perl-kolab/Kolab Kolab.pm,1.12,1.13

cvs at intevation.de cvs at intevation.de
Tue Aug 31 01:10:00 CEST 2004


Author: steffen

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

Modified Files:
	Kolab.pm 
Log Message:
versions

Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab/Kolab.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Kolab.pm	30 Aug 2004 16:48:39 -0000	1.12
+++ Kolab.pm	30 Aug 2004 23:09:58 -0000	1.13
@@ -126,7 +126,7 @@
     }
 
     # Make a hash of the bind password available too
-    my $hashcmd = $kolab_prefix."/sbin/slappasswd -s '".$kolab_config{'bind_pw'}."'";
+    my $hashcmd = $config{'prefix'}."/sbin/slappasswd -s '".$config{'bind_pw'}."'";
     $config{'bind_pw_hash'} = `$hashcmd`;
     chomp($config{'bind_pw_hash'});
 





More information about the commits mailing list