Blame SOURCES/0031-Issue-50123-with_tmpfiles_d-is-associated-with-syste.patch

26521d
From 957145f661d074aaca1a7aa325fa6943dda80b0c Mon Sep 17 00:00:00 2001
26521d
From: Viktor Ashirov <vashirov@redhat.com>
26521d
Date: Thu, 9 May 2019 15:01:22 +0200
26521d
Subject: [PATCH] Issue 50123 - with_tmpfiles_d is associated with systemd
26521d
26521d
Bug Description:
26521d
Tests fail on 1.3.9 because of the missing tmpfiles_d
26521d
in defaults.inf
26521d
26521d
Fix Description:
26521d
Add tmpfiles_d to defaults.inf
26521d
26521d
Fixes https://pagure.io/389-ds-base/issue/50123
26521d
26521d
Reviewed by: mreynolds (Thanks!)
26521d
---
26521d
 ldap/admin/src/defaults.inf.in | 1 +
26521d
 1 file changed, 1 insertion(+)
26521d
26521d
diff --git a/ldap/admin/src/defaults.inf.in b/ldap/admin/src/defaults.inf.in
26521d
index eff88f238..91486c8e3 100644
26521d
--- a/ldap/admin/src/defaults.inf.in
26521d
+++ b/ldap/admin/src/defaults.inf.in
26521d
@@ -38,6 +38,7 @@ pid_file = @localstatedir@/run/dirsrv/slapd-{instance_name}.pid
26521d
 inst_dir = @serverdir@/slapd-{instance_name}
26521d
 plugin_dir = @serverplugindir@
26521d
 system_schema_dir = @systemschemadir@
26521d
+tmpfiles_d = @with_tmpfiles_d@
26521d
 
26521d
 ; These values can be altered in an installation of ds
26521d
 user = dirsrv
26521d
-- 
26521d
2.17.2
26521d