diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-09 19:52:35 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-09 19:59:49 +0200 |
commit | 74f6426ab0ca2f325d87223db88310950af510e3 (patch) | |
tree | 111b83bc4baba5571a8c3e7bf54ed7522ebb9edd /sys-apps/util-linux | |
parent | sys-apps/util-linux: drop Python 3+ support (diff) | |
download | gentoo-74f6426ab0ca2f325d87223db88310950af510e3.tar.gz gentoo-74f6426ab0ca2f325d87223db88310950af510e3.tar.bz2 gentoo-74f6426ab0ca2f325d87223db88310950af510e3.zip |
sys-apps/util-linux: add comment regarding QA warning
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-9999.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index a41435eb9a9a..0ddfbaa27d27 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -212,6 +212,14 @@ multilib_src_install_all() { newpamd "${FILESDIR}/runuser.pamd" runuser newpamd "${FILESDIR}/runuser-l.pamd" runuser-l fi + + # Note: + # Bash completion for "runuser" command is provided by same file which + # would also provide bash completion for "su" command. However, we don't + # use "su" command from this package. + # This triggers a known QA warning which we ignore for now to magically + # keep bash completion for "su" command which shadow package does not + # provide. } pkg_postinst() { |