diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-12 08:22:36 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-12 08:22:36 +0000 |
commit | 892483b18f726a38091c23e727a6cfbbbe86bf88 (patch) | |
tree | efcf23b4572da4fd4a7aac973e883839be6a7e83 | |
parent | Fix bug #57984. (Manifest recommit) (diff) | |
download | gentoo-2-892483b18f726a38091c23e727a6cfbbbe86bf88.tar.gz gentoo-2-892483b18f726a38091c23e727a6cfbbbe86bf88.tar.bz2 gentoo-2-892483b18f726a38091c23e727a6cfbbbe86bf88.zip |
bug #51113, add warning that flipping the PAM use flag is dangerous.
-rw-r--r-- | profiles/use.desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index 6d6c1169b287..21ee87d61e7d 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.180 2004/08/10 16:22:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.181 2004/08/12 08:22:36 robbat2 Exp $ # keep them sorted (excluding the special arch flags near the end). @@ -194,7 +194,7 @@ oracle7 - Adds support for Oracle 7 oscar - Enable Oscar (AIM/ICQ) IM protocol support oss - Adds support for OSS (Open Sound System) ovrimos - Adds support for the Ovrimos Database engine -pam - Adds support PAM (Pluggable Authentication Modules) +pam - Adds support PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip pcmcia - Adds support for PCMCIA slots/devices found on laptop computers pcntl - Adds support for process creation functions pcre - Adds support for Perl Compatible Regular Expressions |