diff options
author | root <root@rshg054.dnsready.net> | 2012-08-08 00:02:17 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-08 00:02:17 +0000 |
commit | 6c114b503b2456476f22ff6bdb2b45cac8dac612 (patch) | |
tree | 663d91755132361628dec7a42b77734ecf7b36b7 /core/openldap/slapd | |
parent | 9d36fcd5638035abf19f303deebd9e861d384254 (diff) |
Wed Aug 8 00:02:17 UTC 2012
Diffstat (limited to 'core/openldap/slapd')
-rwxr-xr-x | core/openldap/slapd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/openldap/slapd b/core/openldap/slapd index 4f212da66..604f6b275 100755 --- a/core/openldap/slapd +++ b/core/openldap/slapd @@ -19,9 +19,9 @@ case "$1" in if [ $? -gt 0 ]; then stat_fail else + add_daemon slapd stat_done fi - add_daemon slapd else stat_fail fi |