From 3e0de754b9a6ca40ea668db9daeb66cc99c7183e Mon Sep 17 00:00:00 2001 From: William Brown Date: Oct 12 2016 03:54:46 +0000 Subject: Ticket 49005 - Update 1.2.11 for lib389 container changes. Bug Description: lib389 and DS does not correctly detect or operate in a container environment yet. We have made the changes in lib389, but this means we need some extra data in 1.3.5. Fix Description: Add the with_systemd flags to the paths defaults.inf so that lib389 can consume it. Because this is version 1.2.11, this will always be false. https://fedorahosted.org/389/ticket/49005 Author: wibrown Review by: mreynolds (Thanks!) --- diff --git a/ldap/admin/src/defaults.inf.in b/ldap/admin/src/defaults.inf.in index e4ce74a..e6c7750 100644 --- a/ldap/admin/src/defaults.inf.in +++ b/ldap/admin/src/defaults.inf.in @@ -21,6 +21,8 @@ product = @capbrand@ Directory Server version = @PACKAGE_VERSION@ ; In 1.2.xx, this will never be true. asan_enabled = false +with_selinux = @with_selinux@ +with_systemd = false prefix = @prefixdir@ bin_dir = @bindir@ sbin_dir = @sbindir@ @@ -32,6 +34,7 @@ initconfig_dir = @initconfigdir@ config_dir = @instconfigdir@/slapd-{instance_name} local_state_dir = @localstatedir@ run_dir = @localstatedir@/run/dirsrv +pid_file = @localstatedir@/run/dirsrv/slapd-{instance_name}.pid plugin_dir = @serverplugindir@ ; These values can be altered in an installation of ds