From 1088afbb3d645a6a068aab301a0a04db8e9e1e9c Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: May 10 2019 12:16:27 +0000 Subject: Issue 50123 - with_tmpfiles_d is associated with systemd Bug Description: Tests fail on 1.3.9 because of the missing tmpfiles_d in defaults.inf Fix Description: Add tmpfiles_d to defaults.inf Fixes https://pagure.io/389-ds-base/issue/50123 Reviewed by: mreynolds (Thanks!) --- diff --git a/ldap/admin/src/defaults.inf.in b/ldap/admin/src/defaults.inf.in index 8565ff7..9f5deea 100644 --- a/ldap/admin/src/defaults.inf.in +++ b/ldap/admin/src/defaults.inf.in @@ -38,6 +38,7 @@ pid_file = @localstatedir@/run/dirsrv/slapd-{instance_name}.pid inst_dir = @serverdir@ plugin_dir = @serverplugindir@ system_schema_dir = @systemschemadir@ +tmpfiles_d = @with_tmpfiles_d@ ; These values can be altered in an installation of ds user = dirsrv