richard: server/perl-kolab/Kolab-Conf Conf.pm.in,1.2,1.3

cvs at intevation.de cvs at intevation.de
Sat Jan 7 22:10:22 CET 2006


Author: richard

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

Modified Files:
	Conf.pm.in 
Log Message:
Give a hint _which_ config file can not be moved

Index: Conf.pm.in
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Kolab-Conf/Conf.pm.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Conf.pm.in	7 Jan 2006 14:46:12 -0000	1.2
+++ Conf.pm.in	7 Jan 2006 21:10:20 -0000	1.3
@@ -308,7 +308,7 @@
     $template->close;
     $config->close;
 
-    move($config->filename, $cfg) || Kolab::log('T', "Error moving configfile into place: $!", KOLAB_ERROR );
+    move($config->filename, $cfg) || Kolab::log('T', "Error moving configfile to $cfg, error: $!", KOLAB_ERROR );
     fixup( $cfg, $owner, $perm );
     #chown($Kolab::config{'kolab_uid'}, $Kolab::config{'kolab_gid'}, $cfg);
     #chmod(0600, $cfg) if ($cfg =~ /openldap/);





More information about the commits mailing list