summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-09-07 04:51:45 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-09-07 04:51:45 +0000
commitb24e7f0967c803296de55e0c70feec17dd0f998f (patch)
treef3e7df7ed1b9b981fb8e34a3a637f1f3d30c9257 /app-admin/authconfig
parentVersion bump (diff)
downloadgentoo-2-b24e7f0967c803296de55e0c70feec17dd0f998f.tar.gz
gentoo-2-b24e7f0967c803296de55e0c70feec17dd0f998f.tar.bz2
gentoo-2-b24e7f0967c803296de55e0c70feec17dd0f998f.zip
Add more comments on getting the right libs installed.
(Portage version: 2.1.1_rc1-r4)
Diffstat (limited to 'app-admin/authconfig')
-rw-r--r--app-admin/authconfig/ChangeLog6
-rw-r--r--app-admin/authconfig/authconfig-5.3.5.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/app-admin/authconfig/ChangeLog b/app-admin/authconfig/ChangeLog
index 5cd238a062fa..6327e1e2c773 100644
--- a/app-admin/authconfig/ChangeLog
+++ b/app-admin/authconfig/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/authconfig
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/ChangeLog,v 1.3 2006/09/05 21:49:55 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/ChangeLog,v 1.4 2006/09/07 04:51:45 dberkholz Exp $
+
+ 07 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+ authconfig-5.3.5.ebuild:
+ Add more comments on getting the right libs installed.
05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>;
authconfig-5.3.5.ebuild:
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() {