diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-08 19:13:24 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-08 19:13:24 +0000 |
commit | 1afe7da88bada093f57c9349a932d92a22bdbf08 (patch) | |
tree | 52865d0cfb47aeab5ea76bf2334a04fe79a6b103 /net-www/mod_auth_pam | |
parent | new release candidate (diff) | |
download | gentoo-2-1afe7da88bada093f57c9349a932d92a22bdbf08.tar.gz gentoo-2-1afe7da88bada093f57c9349a932d92a22bdbf08.tar.bz2 gentoo-2-1afe7da88bada093f57c9349a932d92a22bdbf08.zip |
Remove pam_console reference, bug 98454.
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'net-www/mod_auth_pam')
-rw-r--r-- | net-www/mod_auth_pam/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_auth_pam/files/apache2.pam | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-www/mod_auth_pam/ChangeLog b/net-www/mod_auth_pam/ChangeLog index 71aa93322784..7bb66d7b615d 100644 --- a/net-www/mod_auth_pam/ChangeLog +++ b/net-www/mod_auth_pam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_auth_pam # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.11 2005/05/05 15:55:07 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.12 2005/10/08 19:12:26 kloeri Exp $ + + 08 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> files/apache2.pam: + Remove pam_console reference, bug 98454. 05 May 2005; Sven Wegener <swegener@gentoo.org> mod_auth_pam-1.1.1-r1.ebuild: diff --git a/net-www/mod_auth_pam/files/apache2.pam b/net-www/mod_auth_pam/files/apache2.pam index 1d2e081625f1..a0539df577f3 100644 --- a/net-www/mod_auth_pam/files/apache2.pam +++ b/net-www/mod_auth_pam/files/apache2.pam @@ -4,4 +4,3 @@ auth required /lib/security/pam_nologin.so account required /lib/security/pam_stack.so service=system-auth password required /lib/security/pam_stack.so service=system-auth session required /lib/security/pam_stack.so service=system-auth -session optional /lib/security/pam_console.so |