Wednesday, April 29, 2020

[389-commits] [389-ds-base] branch 389-ds-base-1.4.3 updated: Issue 49731 - undo db_home_dir under /dev/shm/dirsrv for now

This is an automated email from the git hooks/post-receive script.

mreynolds pushed a commit to branch 389-ds-base-1.4.3
in repository 389-ds-base.

The following commit(s) were added to refs/heads/389-ds-base-1.4.3 by this push:
new 96184bc Issue 49731 - undo db_home_dir under /dev/shm/dirsrv for now
96184bc is described below

commit 96184bced5c19e5c75c53024bad1796b64d36555
Author: Mark Reynolds <mreynolds@redhat.com>
AuthorDate: Wed Apr 29 17:00:33 2020 -0400

Issue 49731 - undo db_home_dir under /dev/shm/dirsrv for now

Description: Also need to undo the change for setup-ds.pl

relates: https://pagure.io/389-ds-base/issue/49731
---
ldap/admin/src/scripts/DSCreate.pm.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ldap/admin/src/scripts/DSCreate.pm.in b/ldap/admin/src/scripts/DSCreate.pm.in
index 9f949e7..a2f15f9 100644
--- a/ldap/admin/src/scripts/DSCreate.pm.in
+++ b/ldap/admin/src/scripts/DSCreate.pm.in
@@ -954,7 +954,7 @@ sub setDefaults {
}

if (!defined($inf->{slapd}->{db_home_dir})) {
- $inf->{slapd}->{db_home_dir} = "/dev/shm/@PACKAGE_NAME@/slapd-$servid";
+ $inf->{slapd}->{db_home_dir} = $inf->{slapd}->{db_dir};
}

if (!defined($inf->{slapd}->{bak_dir})) {

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org

No comments:

Post a Comment