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 | 3fdb96160551f81fe7ea2eb3e54a48383667b97b (patch) | |
tree | dca5896e2e6fbe5fa031ca40d146b2f8006ae730 /net-www/pwauth | |
parent | new release candidate (diff) | |
download | historical-3fdb96160551f81fe7ea2eb3e54a48383667b97b.tar.gz historical-3fdb96160551f81fe7ea2eb3e54a48383667b97b.tar.bz2 historical-3fdb96160551f81fe7ea2eb3e54a48383667b97b.zip |
Remove pam_console reference, bug 98454.
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'net-www/pwauth')
-rw-r--r-- | net-www/pwauth/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/pwauth/files/pwauth.pam | 1 | ||||
-rw-r--r-- | net-www/pwauth/files/pwauth.pam-include | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/net-www/pwauth/ChangeLog b/net-www/pwauth/ChangeLog index 0d466ad2cb1a..40527edd58ea 100644 --- a/net-www/pwauth/ChangeLog +++ b/net-www/pwauth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/pwauth # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/ChangeLog,v 1.5 2005/06/27 16:15:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/ChangeLog,v 1.6 2005/10/08 19:13:24 kloeri Exp $ + + 08 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> files/pwauth.pam, + files/pwauth.pam-include: + Remove pam_console reference, bug 98454. 27 Jun 2005; Simon Stelling <blubb@gentoo.org> pwauth-2.3.1-r2.ebuild: added ~amd64 keyword diff --git a/net-www/pwauth/files/pwauth.pam b/net-www/pwauth/files/pwauth.pam index 1d2e081625f1..a0539df577f3 100644 --- a/net-www/pwauth/files/pwauth.pam +++ b/net-www/pwauth/files/pwauth.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 diff --git a/net-www/pwauth/files/pwauth.pam-include b/net-www/pwauth/files/pwauth.pam-include index ff83143dc086..d8bf7862f436 100644 --- a/net-www/pwauth/files/pwauth.pam-include +++ b/net-www/pwauth/files/pwauth.pam-include @@ -4,4 +4,3 @@ auth required pam_nologin.so account include system-auth password include system-auth session include system-auth -session optional pam_console.so |