diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2005-02-25 15:07:02 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2005-02-25 15:07:02 +0000 |
commit | 7c80d80c77831c6b1dc470886e7c32efe905943a (patch) | |
tree | 607fa9723a78fbd3176b3e0faf9b6e028ec22203 /sys-apps/pam-login | |
parent | Update version. Add pam.d login file. Add pam_console comments to login (diff) | |
download | gentoo-2-7c80d80c77831c6b1dc470886e7c32efe905943a.tar.gz gentoo-2-7c80d80c77831c6b1dc470886e7c32efe905943a.tar.bz2 gentoo-2-7c80d80c77831c6b1dc470886e7c32efe905943a.zip |
Fix comment
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-apps/pam-login')
-rw-r--r-- | sys-apps/pam-login/pam-login-3.17.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/pam-login/pam-login-3.17.ebuild b/sys-apps/pam-login/pam-login-3.17.ebuild index 9f98b0ad5bd1..bb445336eabb 100644 --- a/sys-apps/pam-login/pam-login-3.17.ebuild +++ b/sys-apps/pam-login/pam-login-3.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.17.ebuild,v 1.1 2005/02/25 15:05:16 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pam-login/pam-login-3.17.ebuild,v 1.2 2005/02/25 15:07:02 azarah Exp $ inherit gnuconfig eutils @@ -34,9 +34,9 @@ src_unpack() { epatch ${FILESDIR}/${PN}-3.11-gcc33.patch epatch ${FILESDIR}/${PN}-3.11-lastlog-fix.patch - # enable query_user_context selinux code (only affects selinux) - # but we dont want it on the selinux livecd, since it can - # cause the login to timeout if the user isnt ready + # Disable query_user_context selinux code (only affects selinux) + # if on the selinux livecd, since it can cause the login to timeout + # if the user isnt ready use livecd && epatch ${FILESDIR}/${PN}-3.17-query_user_context.patch use ppc64 && epatch ${FILESDIR}/${PN/-/_}-Werror-off-ppc64.patch |