From: Michael Tremer Date: Sat, 26 Jan 2013 17:54:44 +0000 (+0100) Subject: Merge remote-tracking branch 'stevee/axel-log-fix' into axel-fixperms X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=5114bcb3cdee18bdb30b71e9e0df2b559b561273;hp=5292c03dde57902d170a3a7bbd3a74e6ae1acdf9 Merge remote-tracking branch 'stevee/axel-log-fix' into axel-fixperms --- diff --git a/config/updxlrator/download b/config/updxlrator/download index 6744d9c6e..8b219bcab 100644 --- a/config/updxlrator/download +++ b/config/updxlrator/download @@ -49,7 +49,7 @@ $vendorid =~ tr/A-Z/a-z/; unless (-d "$repository/download/$vendorid") { system("mkdir -p $repository/download/$vendorid"); - system("chmod 775 $repository/download/$vendorid"); + #system("chmod 775 $repository/download/$vendorid"); } if($restartdl == 0) @@ -159,13 +159,13 @@ if ($_ == 0) unless (-d "$repository/$vendorid") { system("mkdir -p $repository/$vendorid"); - system("chmod 775 $repository/$vendorid"); + #system("chmod 775 $repository/$vendorid"); } unless (-d "$repository/$vendorid/$uuid") { system("mkdir -p $repository/$vendorid/$uuid"); - system("chmod 775 $repository/$vendorid/$uuid"); + #system("chmod 775 $repository/$vendorid/$uuid"); } &writelog("Moving file to the cache directory: $vendorid/$uuid"); @@ -181,7 +181,7 @@ if ($_ == 0) &UPDXLT::setcachestatus("$repository/$vendorid/$uuid/access.log",time); system("/usr/local/bin/updxsetperms"); - system("chmod 775 $repository/$vendorid/$uuid/*"); + #system("chmod 775 $repository/$vendorid/$uuid/*"); unlink ("$repository/download/$vendorid/$updatefile.info");