Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Mon, 09 Jul 2018 18:00:57
Message-Id: 1531159189.74f6426ab0ca2f325d87223db88310950af510e3.whissi@gentoo
1 commit: 74f6426ab0ca2f325d87223db88310950af510e3
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 17:52:35 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 17:59:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f6426a
7
8 sys-apps/util-linux: add comment regarding QA warning
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 sys-apps/util-linux/util-linux-9999.ebuild | 8 ++++++++
13 1 file changed, 8 insertions(+)
14
15 diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
16 index a41435eb9a9..0ddfbaa27d2 100644
17 --- a/sys-apps/util-linux/util-linux-9999.ebuild
18 +++ b/sys-apps/util-linux/util-linux-9999.ebuild
19 @@ -212,6 +212,14 @@ multilib_src_install_all() {
20 newpamd "${FILESDIR}/runuser.pamd" runuser
21 newpamd "${FILESDIR}/runuser-l.pamd" runuser-l
22 fi
23 +
24 + # Note:
25 + # Bash completion for "runuser" command is provided by same file which
26 + # would also provide bash completion for "su" command. However, we don't
27 + # use "su" command from this package.
28 + # This triggers a known QA warning which we ignore for now to magically
29 + # keep bash completion for "su" command which shadow package does not
30 + # provide.
31 }
32
33 pkg_postinst() {