File otrs-3.0.7-perm.patch of Package otrs
diff -ruN otrs-3.0.7-orig/Kernel/System/Package.pm otrs-3.0.7/Kernel/System/Package.pm
--- otrs-3.0.7-orig/Kernel/System/Package.pm 2010-09-23 10:44:35.000000000 +0200
+++ otrs-3.0.7/Kernel/System/Package.pm 2011-05-07 13:13:24.000000000 +0200
@@ -2436,7 +2436,7 @@
}
# create test files in following directories
- for (qw(/bin/ /Kernel/ /Kernel/System/ /Kernel/Output/ /Kernel/Output/HTML/ /Kernel/Modules/)) {
+ for (qw(/Kernel/ /Kernel/System/ /Kernel/Output/ /Kernel/Output/HTML/ /Kernel/Modules/)) {
my $Location = "$Home/$_/check_permissons.$$";
my $Content = 'test';