This is an automated email from the git hooks/post-receive script.
mreynolds pushed a commit to branch master
in repository 389-ds-base.
The following commit(s) were added to refs/heads/master by this push:
new c7da66e Issue 49731 - undo db_home_dir under /dev/shm/dirsrv for now
c7da66e is described below
commit c7da66ebc41565fb8fcd6f746c57b10932d03ae0
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