#51030 Issue 51029 - Add db_home_dir defaults.inf
Closed 3 years ago by spichugi. Opened 4 years ago by spichugi.
spichugi/389-ds-base i51029  into  389-ds-base-1.3.10

@@ -54,6 +54,7 @@ 

  audit_log = @localstatedir@/log/dirsrv/slapd-{instance_name}/audit

  error_log = @localstatedir@/log/dirsrv/slapd-{instance_name}/errors

  db_dir = @localstatedir@/lib/dirsrv/slapd-{instance_name}/db

+ db_home_dir = @localstatedir@/lib/dirsrv/slapd-{instance_name}

  backup_dir = @localstatedir@/lib/dirsrv/slapd-{instance_name}/bak

  ldif_dir = @localstatedir@/lib/dirsrv/slapd-{instance_name}/ldif

  

Description: Latest lib389 from master requires a new key
'db_home_dir' in defaults.inf that is missing in the older
builds of 389-ds-base.
Add the key to defaults.inf so we can run the tests.

https://pagure.io/389-ds-base/issue/51029

Reviewed by: ?

rebased onto 895f220

4 years ago

Pull-Request has been merged by spichugi

4 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/4083

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

3 years ago
Metadata