commit:     8c8fd5c62336d881e3201eb432f646aeb31f1cef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 01:46:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 01:49:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8fd5c6

sys-apps/shadow: fix chfn typo in PAM configuration

Bug: https://bugs.gentoo.org/712372
Closes: https://bugs.gentoo.org/894998
Fixes: c7da130a443ab9811b242ae2cbf8259cb85d43b1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/shadow/{shadow-4.12.3.ebuild => shadow-4.12.3-r1.ebuild} | 4 ++--
 sys-apps/shadow/{shadow-4.13-r1.ebuild => shadow-4.13-r2.ebuild}  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/shadow/shadow-4.12.3.ebuild 
b/sys-apps/shadow/shadow-4.12.3-r1.ebuild
similarity index 99%
rename from sys-apps/shadow/shadow-4.12.3.ebuild
rename to sys-apps/shadow/shadow-4.12.3-r1.ebuild
index 5a781ec8b641..63eaf679b5af 100644
--- a/sys-apps/shadow/shadow-4.12.3.ebuild
+++ b/sys-apps/shadow/shadow-4.12.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -158,7 +158,7 @@ src_install() {
        else
                dopamd "${FILESDIR}"/pam.d-include/shadow
 
-               for x in chsh shfn ; do
+               for x in chsh chfn ; do
                        newpamd "${FILESDIR}"/pam.d-include/passwd ${x}
                done
 

diff --git a/sys-apps/shadow/shadow-4.13-r1.ebuild 
b/sys-apps/shadow/shadow-4.13-r2.ebuild
similarity index 99%
rename from sys-apps/shadow/shadow-4.13-r1.ebuild
rename to sys-apps/shadow/shadow-4.13-r2.ebuild
index 5d1dcc34dd4a..1e8fa88155e3 100644
--- a/sys-apps/shadow/shadow-4.13-r1.ebuild
+++ b/sys-apps/shadow/shadow-4.13-r2.ebuild
@@ -162,7 +162,7 @@ src_install() {
        else
                dopamd "${FILESDIR}"/pam.d-include/shadow
 
-               for x in chsh shfn ; do
+               for x in chsh chfn ; do
                        newpamd "${FILESDIR}"/pam.d-include/passwd ${x}
                done
 

Reply via email to