View | Details | Raw Unified | Return to bug 243591
Collapse All | Expand All

(-)b/net/openldap24-server/files/slapd.in (-1 / +1 lines)
Lines 112-118 start_precmd() Link Here
112
  esac
112
  esac
113
  echo -n "Performing sanity check on slap configuration: "
113
  echo -n "Performing sanity check on slap configuration: "
114
114
115
  if ${command} -Tt >/dev/null 2>&1; then
115
  if ${command} -Tt -u >/dev/null 2>&1; then
116
    echo "OK"
116
    echo "OK"
117
  else
117
  else
118
    echo "FAILED"
118
    echo "FAILED"

Return to bug 243591