URL: https://github.com/freeipa/freeipa/pull/5301 Author: flo-renaud Title: #5301: [Backport][ipa-4-9] ipa-client-install manpage: add ipa.p11-kit to list of files created Action: opened
PR body: """ This PR was opened automatically because PR #5297 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5301/head:pr5301 git checkout pr5301
From 8b778b044d49fc16a27ebcd2a5ff44cc972c2249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Torres=20Mor=C3=AD=C3=B1igo?= <atorr...@protonmail.com> Date: Thu, 26 Nov 2020 00:11:45 +0100 Subject: [PATCH] ipa-client-install manpage: add ipa.p11-kit to list of files created MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add missing ipa.p11-kit file to list of files created in ipa-client-install manpage. https://pagure.io/freeipa/issue/8424 Signed-off-by: Antonio Torres Moríñigo <atorr...@protonmail.com> --- client/man/ipa-client-install.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/man/ipa-client-install.1 b/client/man/ipa-client-install.1 index 2d031fb2c74..5d6ac8653cf 100644 --- a/client/man/ipa-client-install.1 +++ b/client/man/ipa-client-install.1 @@ -263,6 +263,8 @@ Files always created (replacing existing content): /etc/ipa/nssdb .br /etc/openldap/ldap.conf +.br +/etc/pki/ca-trust/source/ipa.p11-kit .TP Files updated, existing content is maintained:
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.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.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org