Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/shadow/files: login_defs_pam.sed
Date: Tue, 27 May 2008 00:20:03
Message-Id: E1K0mv1-0004oW-2T@stork.gentoo.org
1 flameeyes 08/05/27 00:19:59
2
3 Added: login_defs_pam.sed
4 Log:
5 Fix bug #223631: upstream removed the note that the options don't apply to PAM, so now list the unusable entries explicitly.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.1 sys-apps/shadow/files/login_defs_pam.sed
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/files/login_defs_pam.sed?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/files/login_defs_pam.sed?rev=1.1&content-type=text/plain
13
14 Index: login_defs_pam.sed
15 ===================================================================
16 /^FAILLOG_ENAB/b comment
17 /^LASTLOG_ENAB/b comment
18 /^MAIL_CHECK_ENAB/b comment
19 /^OBSCURE_CHECKS_ENAB/b comment
20 /^PORTTIME_CHECKS_ENAB/b comment
21 /^QUOTAS_ENAB/b comment
22 /^MOTD_FILE/b comment
23 /^FTMP_FILE/b comment
24 /^NOLOGINS_FILE/b comment
25 /^ENV_HZ/b comment
26 /^PASS_MIN_LEN/b comment
27 /^SU_WHEEL_ONLY/b comment
28 /^CRACKLIB_DICTPATH/b comment
29 /^PASS_CHANGE_TRIES/b comment
30 /^PASS_ALWAYS_WARN/b comment
31 /^CHFN_AUTH/b comment
32 /^ENVIRON_FILE/b comment
33
34 b exit
35
36 : comment
37 s:^:#:
38
39 : exit
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list