diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-07-12 11:23:59 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-07-12 11:23:59 +0000 |
commit | 58f0f406cc7acdd9720e342c7336bb9a7de1a5c2 (patch) | |
tree | 861670f82f76f11328fdcc0991172e6284cfad2b /sys-auth/pam_abl | |
parent | mask some more global use flags (diff) | |
download | gentoo-2-58f0f406cc7acdd9720e342c7336bb9a7de1a5c2.tar.gz gentoo-2-58f0f406cc7acdd9720e342c7336bb9a7de1a5c2.tar.bz2 gentoo-2-58f0f406cc7acdd9720e342c7336bb9a7de1a5c2.zip |
Don't mess with system-auth
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sys-auth/pam_abl')
-rw-r--r-- | sys-auth/pam_abl/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_abl/files/digest-pam_abl-0.2.3-r1 (renamed from sys-auth/pam_abl/files/digest-pam_abl-0.2.3) | 1 | ||||
-rw-r--r-- | sys-auth/pam_abl/files/system-auth | 15 | ||||
-rw-r--r-- | sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild (renamed from sys-auth/pam_abl/pam_abl-0.2.3.ebuild) | 5 |
4 files changed, 9 insertions, 19 deletions
diff --git a/sys-auth/pam_abl/ChangeLog b/sys-auth/pam_abl/ChangeLog index 0c79a2e35d07..ec6cf15574aa 100644 --- a/sys-auth/pam_abl/ChangeLog +++ b/sys-auth/pam_abl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-auth/pam_abl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.2 2007/04/07 17:26:01 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.3 2007/07/12 11:23:59 jokey Exp $ + +*pam_abl-0.2.3-r1 (12 Jul 2007) + + 12 Jul 2007; Markus Ullmann <jokey@gentoo.org> +pam_abl-0.2.3-r1.ebuild: + Don't mess with system-auth 07 Apr 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Fix digest diff --git a/sys-auth/pam_abl/files/digest-pam_abl-0.2.3 b/sys-auth/pam_abl/files/digest-pam_abl-0.2.3-r1 index a438147921ba..92db092e9c86 100644 --- a/sys-auth/pam_abl/files/digest-pam_abl-0.2.3 +++ b/sys-auth/pam_abl/files/digest-pam_abl-0.2.3-r1 @@ -1,3 +1,2 @@ -MD5 fbcf97067e9647fa1d9257d4e6133cba pam_abl-0.2.3.tar.gz 19000 RMD160 c6a040f77c6f68e9b595f53998b3190d55907c6e pam_abl-0.2.3.tar.gz 19000 SHA256 9bb4059fba96f9846784d5e70bec72893630bdd70bc840be767cc33b83c6b163 pam_abl-0.2.3.tar.gz 19000 diff --git a/sys-auth/pam_abl/files/system-auth b/sys-auth/pam_abl/files/system-auth deleted file mode 100644 index 62043aef6120..000000000000 --- a/sys-auth/pam_abl/files/system-auth +++ /dev/null @@ -1,15 +0,0 @@ -#%PAM-1.0 - -auth required pam_env.so -auth required pam_abl.so config=/etc/security/pam_abl.conf -auth sufficient pam_unix.so likeauth nullok -auth required pam_deny.so - -account required pam_unix.so - -password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 -password sufficient pam_unix.so nullok md5 shadow use_authtok -password required pam_deny.so - -session required pam_limits.so -session required pam_unix.so diff --git a/sys-auth/pam_abl/pam_abl-0.2.3.ebuild b/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild index 7c37b20f5a1b..1c7d0f5df853 100644 --- a/sys-auth/pam_abl/pam_abl-0.2.3.ebuild +++ b/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3.ebuild,v 1.1 2007/04/07 17:20:37 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.1 2007/07/12 11:23:59 jokey Exp $ inherit flag-o-matic pam toolchain-funcs @@ -48,7 +48,6 @@ src_compile() { src_install() { dopammod pam_abl.so - dopamd "${FILESDIR}/system-auth" insinto /etc/security doins conf/pam_abl.conf dobin tools/pam_abl @@ -60,4 +59,6 @@ src_install() { pkg_postinst() { elog "See /usr/share/doc/${PF}/html/index.html for configuration info" elog "and set up /etc/security/pam_abl.conf as needed." + elog "Also check for needed changes to system-auth, we don't merge" + elog "that automatically any more." } |