From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CED0158087 for ; Fri, 28 Jan 2022 16:46:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7440C2BC017; Fri, 28 Jan 2022 16:46:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F03022BC017 for ; Fri, 28 Jan 2022 16:46:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2681E340DCE for ; Fri, 28 Jan 2022 16:46:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 902211EF for ; Fri, 28 Jan 2022 16:46:53 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1643388347.23164199eba78a6f2c69f10d05c4291e473e1fbd.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sudo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/sudo/sudo-1.9.9.ebuild app-admin/sudo/sudo-9999.ebuild X-VCS-Directories: app-admin/sudo/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 23164199eba78a6f2c69f10d05c4291e473e1fbd X-VCS-Branch: master Date: Fri, 28 Jan 2022 16:46:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb5e47a8-d3b2-47ec-9a88-3fca6619db13 X-Archives-Hash: ac1797a8103994e5df5692f8216202b9 commit: 23164199eba78a6f2c69f10d05c4291e473e1fbd Author: Mike Gilbert gentoo org> AuthorDate: Fri Jan 28 16:45:47 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Jan 28 16:45:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23164199 app-admin/sudo: README.LDAP renamed to README.LDAP.md Closes: https://bugs.gentoo.org/832205 Signed-off-by: Mike Gilbert gentoo.org> app-admin/sudo/sudo-1.9.9.ebuild | 4 ++-- app-admin/sudo/sudo-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-admin/sudo/sudo-1.9.9.ebuild b/app-admin/sudo/sudo-1.9.9.ebuild index 899b3e2f0031..5aed15763216 100644 --- a/app-admin/sudo/sudo-1.9.9.ebuild +++ b/app-admin/sudo/sudo-1.9.9.ebuild @@ -163,10 +163,10 @@ src_install() { default if use ldap ; then - dodoc README.LDAP + dodoc README.LDAP.md cat <<-EOF > "${T}"/ldap.conf.sudo - # See ldap.conf(5) and README.LDAP for details + # See ldap.conf(5) and README.LDAP.md for details # This file should only be readable by root # supported directives: host, port, ssl, ldap_version diff --git a/app-admin/sudo/sudo-9999.ebuild b/app-admin/sudo/sudo-9999.ebuild index de7fec385553..5aed15763216 100644 --- a/app-admin/sudo/sudo-9999.ebuild +++ b/app-admin/sudo/sudo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -163,10 +163,10 @@ src_install() { default if use ldap ; then - dodoc README.LDAP + dodoc README.LDAP.md cat <<-EOF > "${T}"/ldap.conf.sudo - # See ldap.conf(5) and README.LDAP for details + # See ldap.conf(5) and README.LDAP.md for details # This file should only be readable by root # supported directives: host, port, ssl, ldap_version