summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bafea1f)
raw | patch | inline | side by side (parent: bafea1f)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sat, 27 Mar 2010 09:39:37 +0000 (09:39 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sat, 27 Mar 2010 09:39:37 +0000 (09:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17304 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-si/client/events/corefunctions.pm | patch | blob | history |
index f1a8935cc128c6c4bc9ef4bda18c42e159e2b905..71d783463799d32877df9347ec1f2f9383c05a92 100644 (file)
# Allow custom scripts to be executed
if (defined $ldap_config_exit_hook) {
system($ldap_config_exit_hook);
- daemon_log("executed hook $ldap_config_exit_hook", 5);
+ daemon_log("Hook $ldap_config_exit_hook returned with code ".($? >> 8), 5);
}
return;