$OpenBSD: patch-solenv_bin_modules_installer_regmerge_pm,v 1.2 2009/01/22 17:44:39 robert Exp $
--- solenv/bin/modules/installer/regmerge.pm.orig.port	Fri Aug  1 07:34:40 2008
+++ solenv/bin/modules/installer/regmerge.pm	Thu Jan 15 14:47:50 2009
@@ -215,7 +215,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.
