$OpenBSD: patch-solenv_bin_modules_installer_regmerge_pm,v 1.3 2010/06/26 15:48:12 robert Exp $
--- solenv/bin/modules/installer/regmerge.pm.orig.port	Wed May 26 20:30:08 2010
+++ solenv/bin/modules/installer/regmerge.pm	Fri Jun 25 23:56:14 2010
@@ -211,7 +211,13 @@ sub merge_files
 	my $databasename = $databasefile->{'Name'};
 	my $databasedest = $databasedir . $installer::globals::separator . $databasename;
 
+	my $logline = "copy_one_file $databasesource $databasedest\n";
+	push( @installer::globals::logfileinfo, $logline);
+
 	installer::systemactions::copy_one_file($databasesource, $databasedest);	
+	$logline = "copy_one_file done\n";
+	push( @installer::globals::logfileinfo, $logline);
+
 	$databasefile->{'sourcepath'} = $databasedest;	# new sourcepath for the StarRegistry file
 
 	# One call for every merge particle. This is only possible, if there are only a few merge particles.
