1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d01e436ed2caa48c74ddc8a1097baddccc129e86
Author: William Brown <firstyear@redhat.com>
Date: Thu Apr 7 14:59:06 2016 +1000
Ticket 47840 - default instance scripts if undefined.
Bug Description: During the change, 47840, per instance scripts defaulted
to false if not defined in setup.inf.
Fix Description: reset the default to true, and allow setting to false if
required. This may change in a future release.
https://fedorahosted.org/389/ticket/47840
Author: wibrown
Review by: One line commit rule.
diff --git a/ldap/admin/src/scripts/DSCreate.pm.in b/ldap/admin/src/scripts/DSCreate.pm.in
index e62ae2c..55ecf45 100644
--- a/ldap/admin/src/scripts/DSCreate.pm.in
+++ b/ldap/admin/src/scripts/DSCreate.pm.in
@@ -909,7 +909,7 @@ sub setDefaults {
$inf->{General}->{prefix});
if (!defined($inf->{slapd}->{InstScriptsEnabled})) {
- $inf->{slapd}->{InstScriptsEnabled} = "false";
+ $inf->{slapd}->{InstScriptsEnabled} = "true";
}
if (!defined($inf->{General}->{StrictHostCheck})) {
--
389 commits mailing list
389-commits@%(host_name)s
http://lists.fedoraproject.org/admin/lists/389-commits@lists.fedoraproject.org
No comments:
Post a Comment