sys-apps/util-linux: add comment regarding QA warning
authorThomas Deutschmann <whissi@gentoo.org>
Mon, 9 Jul 2018 17:52:35 +0000 (19:52 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Mon, 9 Jul 2018 17:59:49 +0000 (19:59 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

sys-apps/util-linux/util-linux-9999.ebuild

index a41435eb9a9a74557d8292e36108dc39935e147e..0ddfbaa27d27326ad680798532086eb3c53c181b 100644 (file)
@@ -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() {