diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-08 08:10:19 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-08 08:10:19 +0000 |
commit | 902a44102323e767a3726e666160c992e711998e (patch) | |
tree | 2025b8d7130f38a19737a1166e4fb06d26cb7ea2 /sys-apps/pam-login | |
parent | Revert bad commit. (diff) | |
download | historical-902a44102323e767a3726e666160c992e711998e.tar.gz historical-902a44102323e767a3726e666160c992e711998e.tar.bz2 historical-902a44102323e767a3726e666160c992e711998e.zip |
Remove references to pam_console.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps/pam-login')
-rw-r--r-- | sys-apps/pam-login/Manifest | 14 | ||||
-rw-r--r-- | sys-apps/pam-login/files/login.pamd | 5 |
2 files changed, 7 insertions, 12 deletions
diff --git a/sys-apps/pam-login/Manifest b/sys-apps/pam-login/Manifest index c32ee1cd2f60..97825848ecc9 100644 --- a/sys-apps/pam-login/Manifest +++ b/sys-apps/pam-login/Manifest @@ -1,13 +1,13 @@ -MD5 f6a4f4c2e8300f1db0e4daf8fc8999b6 pam-login-3.14.ebuild 2801 -MD5 b56ecdf007e7094e9fe2fac3b6fd5934 ChangeLog 6791 MD5 1d05f0436f1c273d7862099f309afe4d metadata.xml 156 MD5 20f09aa3e028ae9c20f6d79e03b20056 pam-login-3.17.ebuild 2880 +MD5 b56ecdf007e7094e9fe2fac3b6fd5934 ChangeLog 6791 +MD5 f6a4f4c2e8300f1db0e4daf8fc8999b6 pam-login-3.14.ebuild 2801 MD5 2fdbabc344539e9dfd4955c061596a27 files/pam-login-3.17-query_user_context.patch 423 +MD5 0021ec2d8f5fc517f0e74f7233fc16c9 files/pam-login-3.11-gcc33.patch 527 +MD5 7761083b62bdcb822f1b9533aab2e06c files/pam-login-3.11-lastlog-fix.patch 362 +MD5 2e7603feaff187884dd9b1e66601f02b files/login.pamd 382 +MD5 128c7d12948df01d7348a7edede0c2fb files/pam-login-3.14-query_user_context.diff 635 MD5 bd631a67641c2ecb9f2da34226ca80a8 files/digest-pam-login-3.14 67 MD5 e7f9dde204926c73a570b344556e4b1e files/digest-pam-login-3.17 67 -MD5 128c7d12948df01d7348a7edede0c2fb files/pam-login-3.14-query_user_context.diff 635 -MD5 7761083b62bdcb822f1b9533aab2e06c files/pam-login-3.11-lastlog-fix.patch 362 -MD5 0021ec2d8f5fc517f0e74f7233fc16c9 files/pam-login-3.11-gcc33.patch 527 -MD5 97fac4bd3167fadfc2abaeaa819ccbde files/pam_login-Werror-off-ppc64.patch 511 MD5 21df4caf263fa2ed75e574f9a067b72e files/login.defs 3229 -MD5 a942cb858ea01948da610e9f9cc2e3a6 files/login.pamd 620 +MD5 97fac4bd3167fadfc2abaeaa819ccbde files/pam_login-Werror-off-ppc64.patch 511 diff --git a/sys-apps/pam-login/files/login.pamd b/sys-apps/pam-login/files/login.pamd index 1b2d5a33d188..8ee3b724f0ce 100644 --- a/sys-apps/pam-login/files/login.pamd +++ b/sys-apps/pam-login/files/login.pamd @@ -9,8 +9,3 @@ 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 - -# If you compiled sys-libs/pam with USE="pam_console" and you -# want to enable pam_console, uncomment the following line -# and read carefully README.pam_console in /usr/share/doc/pam* -#session optional /lib/security/pam_console.so |