summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1ca5cc8)
raw | patch | inline | side by side (parent: 1ca5cc8)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 13 Mar 2009 09:11:38 +0000 (09:11 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 13 Mar 2009 09:11:38 +0000 (09:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13542 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-si/client/events/corefunctions.pm | patch | blob | history |
diff --git a/trunk/gosa-si/client/events/corefunctions.pm b/trunk/gosa-si/client/events/corefunctions.pm
index 9f3b9d7bc13cd0408d10b27e4dc7493d7f530e94..d75c1006bf554ab00cf4a2b9973dc6b7c9ecc4ef 100644 (file)
# Set permissions and ownership structure
chown(0, 0, $cfg_name);
- chmod(0600, $cfg_name);
+ chmod(0644, $cfg_name);
return;
}