diff options
Diffstat (limited to 'app-admin/authconfig/authconfig-5.3.5.ebuild')
-rw-r--r-- | app-admin/authconfig/authconfig-5.3.5.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/authconfig/authconfig-5.3.5.ebuild b/app-admin/authconfig/authconfig-5.3.5.ebuild index d19d2900cc4d..16a426086f83 100644 --- a/app-admin/authconfig/authconfig-5.3.5.ebuild +++ b/app-admin/authconfig/authconfig-5.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/authconfig-5.3.5.ebuild,v 1.3 2006/09/05 21:49:55 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/authconfig-5.3.5.ebuild,v 1.4 2006/09/07 04:51:45 dberkholz Exp $ inherit eutils python rpm @@ -46,6 +46,8 @@ pkg_postinst() { elog "install the nss_XXX package or another provider of the nss module." elog "To activate options in the Authentication tab," elog "install the pam_XXX package or another provider of the pam module." + elog "If you're curious whether a package installs its own PAM or NSS library," + elog "just list the files it installs and grep for pam or nss." } pkg_postrm() { |