diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2003-12-15 04:32:21 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2003-12-15 04:32:21 +0000 |
commit | 0e149295b5a20a9d42cfca3030f75bc1e9156c28 (patch) | |
tree | 3f928ed51dd27c1478c2e2821480b8bfb94deaf9 /sys-apps/shadow/shadow-4.0.3-r9.ebuild | |
parent | include timespec in docs; do fperms after fowners. (diff) | |
download | gentoo-2-0e149295b5a20a9d42cfca3030f75bc1e9156c28.tar.gz gentoo-2-0e149295b5a20a9d42cfca3030f75bc1e9156c28.tar.bz2 gentoo-2-0e149295b5a20a9d42cfca3030f75bc1e9156c28.zip |
Install the correct version of /etc/pam.d/system-auth, and do not install
system-auth-1.1. Do not force update anymore.
Diffstat (limited to 'sys-apps/shadow/shadow-4.0.3-r9.ebuild')
-rw-r--r-- | sys-apps/shadow/shadow-4.0.3-r9.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/shadow/shadow-4.0.3-r9.ebuild b/sys-apps/shadow/shadow-4.0.3-r9.ebuild index 326d226ea0c1..6ecb313cc375 100644 --- a/sys-apps/shadow/shadow-4.0.3-r9.ebuild +++ b/sys-apps/shadow/shadow-4.0.3-r9.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.3-r9.ebuild,v 1.4 2003/12/11 05:53:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.3-r9.ebuild,v 1.5 2003/12/15 04:32:08 azarah Exp $ IUSE="pam selinux" inherit eutils libtool gnuconfig -FORCE_SYSTEMAUTH_UPDATE="yes" +FORCE_SYSTEMAUTH_UPDATE="no" SELINUX_PATCH="shadow-4.0.3-selinux.diff" @@ -128,6 +128,8 @@ src_install() { [ -f ${x} ] && doins ${x} done cd ${FILESDIR}/pam.d + # Make sure /etc/pam.d/system-auth is the new version .. + mv ${D}/etc/pam.d/system-auth-1.1 ${D}/etc/pam.d/system-auth newins system-auth-1.1 system-auth.new || die newins shadow chage newins shadow chsh |