Summary: | net/openldap24-server: Fix check on first start | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Goran Mekić <meka> | ||||
Component: | Individual Port(s) | Assignee: | Xin LI <delphij> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Keywords: | buildisok | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(delphij) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/116230780 A commit references this bug: Author: delphij Date: Sun Feb 9 04:02:00 UTC 2020 New revision: 525621 URL: https://svnweb.freebsd.org/changeset/ports/525621 Log: net/openldap24-server: skip database existence check. PR: 243591 Submitted by: Goran Meki? <meka tilda center> Changes: head/net/openldap24-server/Makefile head/net/openldap24-server/files/slapd.in |
Created attachment 211033 [details] openldap24-server.diff Check command fails without -u flag when DB is not initialized which happens on first run. Running $command -Tt suggests that tests would pass if -u was added, which this patch adds.