diff options
author | Sam James <sam@gentoo.org> | 2022-12-11 12:50:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-11 12:52:28 +0000 |
commit | c8b69ef419d68bacb3a19035ce977ab3a2919732 (patch) | |
tree | 6e6489e64d471a46d3568fa538760a1b166ceb8b /sys-libs | |
parent | sys-auth/pambase: update maintainers (diff) | |
download | gentoo-c8b69ef419d68bacb3a19035ce977ab3a2919732.tar.gz gentoo-c8b69ef419d68bacb3a19035ce977ab3a2919732.tar.bz2 gentoo-c8b69ef419d68bacb3a19035ce977ab3a2919732.zip |
sys-libs/pam: update maintainers
It makes sense for base-system@ to maintain this anyway, but also
see recent gentoo-dev ML post where inactivity caused some concern.
Also, not being in sync with sys-auth/pambase is confusing.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pam/metadata.xml | 39 |
1 files changed, 23 insertions, 16 deletions
diff --git a/sys-libs/pam/metadata.xml b/sys-libs/pam/metadata.xml index 3b9be27ff8f6..6a79af6014ea 100644 --- a/sys-libs/pam/metadata.xml +++ b/sys-libs/pam/metadata.xml @@ -1,21 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>zlogene@gentoo.org</email> - <name>Mikle Kolyada</name> -</maintainer> -<use> - <flag name="berkdb"> - Build the pam_userdb module, that allows to authenticate users - against a Berkeley DB file. Please note that enabling this USE - flag will create a PAM module that links to the Berkeley DB (as - provided by <pkg>sys-libs/db</pkg>) installed in /usr/lib and - will thus not work for boot-critical services authentication. - </flag> + <maintainer type="project"> + <email>base-system@gentoo.org</email> + </maintainer> + <maintainer type="person"> + <email>zlogene@gentoo.org</email> + <name>Mikle Kolyada</name> + </maintainer> + <maintainer type="person"> + <email>sam@gentoo.org</email> + <name>Sam James</name> + </maintainer> + <use> + <flag name="berkdb"> + Build the pam_userdb module, that allows to authenticate users + against a Berkeley DB file. Please note that enabling this USE + flag will create a PAM module that links to the Berkeley DB (as + provided by <pkg>sys-libs/db</pkg>) installed in /usr/lib and + will thus not work for boot-critical services authentication. + </flag> </use> -<upstream> - <remote-id type="github">linux-pam/linux-pam</remote-id> - <remote-id type="cpe">cpe:/a:kernel:linux-pam</remote-id> -</upstream> + <upstream> + <remote-id type="github">linux-pam/linux-pam</remote-id> + <remote-id type="cpe">cpe:/a:kernel:linux-pam</remote-id> + </upstream> </pkgmetadata> |