File otrs-perm_test.patch of Package otrs.6847
Index: Kernel/System/Package.pm
===================================================================
--- Kernel/System/Package.pm.orig
+++ Kernel/System/Package.pm
@@ -3267,7 +3267,7 @@ sub _FileSystemCheck {
}
# 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';