--- systemactions.pm 2007-11-08 17:00:33.781250000 +0100 +++ systemactions.pm_bak 2007-11-08 12:52:52.265625000 +0100 @@ -68,6 +68,10 @@ my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1"; system($localcall); } + system("ls -ld $directory"); + my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1"; + system($localcall); + system("ls -ld $directory"); } else { @@ -82,6 +86,9 @@ else { $infoline = "\nAnother process created this directory in exactly this moment :-) : $directory\n"; + system("ls -ld $directory"); + my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1"; + system($localcall); push(@installer::globals::logfileinfo, $infoline); } } @@ -116,8 +123,10 @@ if ($installer::globals::isunix) { + system("ls -ld $directory"); my $localcall = "chmod $privileges $directory \>\/dev\/null 2\>\&1"; system($localcall); + system("ls -ld $directory"); } } else @@ -133,6 +142,9 @@ else { $infoline = "\nAnother process created this directory in exactly this moment :-) : $directory\n"; + system("ls -ld $directory"); + my $localcall = "chmod $privileges $directory \>\/dev\/null 2\>\&1"; + system($localcall); push(@installer::globals::logfileinfo, $infoline); } } @@ -147,6 +159,8 @@ my $localcall = "chmod $privileges $directory \>\/dev\/null 2\>\&1"; system($localcall); } + my $localcall = "chmod $privileges $directory \>\/dev\/null 2\>\&1"; + system($localcall); } }