Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/shadow/files/
Date: Sat, 04 Feb 2017 21:22:48
Message-Id: 1486243208.70c8dfb8b08966fa158f5eb94e14eba120cb5ad1.soap@gentoo
1 commit: 70c8dfb8b08966fa158f5eb94e14eba120cb5ad1
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 3 15:16:47 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 21:20:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c8dfb8
7
8 sys-apps/shadow: remove unused files
9
10 Closes: https://github.com/gentoo/gentoo/pull/3791
11
12 sys-apps/shadow/files/login_defs_pam.sed | 24 ---------------------
13 sys-apps/shadow/files/securetty | 36 --------------------------------
14 2 files changed, 60 deletions(-)
15
16 diff --git a/sys-apps/shadow/files/login_defs_pam.sed b/sys-apps/shadow/files/login_defs_pam.sed
17 deleted file mode 100644
18 index ba308ba..00000000
19 --- a/sys-apps/shadow/files/login_defs_pam.sed
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -/^FAILLOG_ENAB/b comment
23 -/^LASTLOG_ENAB/b comment
24 -/^MAIL_CHECK_ENAB/b comment
25 -/^OBSCURE_CHECKS_ENAB/b comment
26 -/^PORTTIME_CHECKS_ENAB/b comment
27 -/^QUOTAS_ENAB/b comment
28 -/^MOTD_FILE/b comment
29 -/^FTMP_FILE/b comment
30 -/^NOLOGINS_FILE/b comment
31 -/^ENV_HZ/b comment
32 -/^PASS_MIN_LEN/b comment
33 -/^SU_WHEEL_ONLY/b comment
34 -/^CRACKLIB_DICTPATH/b comment
35 -/^PASS_CHANGE_TRIES/b comment
36 -/^PASS_ALWAYS_WARN/b comment
37 -/^CHFN_AUTH/b comment
38 -/^ENVIRON_FILE/b comment
39 -
40 -b exit
41 -
42 -: comment
43 - s:^:#:
44 -
45 -: exit
46
47 diff --git a/sys-apps/shadow/files/securetty b/sys-apps/shadow/files/securetty
48 deleted file mode 100644
49 index 55ce54d..00000000
50 --- a/sys-apps/shadow/files/securetty
51 +++ /dev/null
52 @@ -1,36 +0,0 @@
53 -# /etc/securetty: list of terminals on which root is allowed to login.
54 -# See securetty(5) and login(1).
55 -console
56 -
57 -vc/0
58 -vc/1
59 -vc/2
60 -vc/3
61 -vc/4
62 -vc/5
63 -vc/6
64 -vc/7
65 -vc/8
66 -vc/9
67 -vc/10
68 -vc/11
69 -vc/12
70 -tty0
71 -tty1
72 -tty2
73 -tty3
74 -tty4
75 -tty5
76 -tty6
77 -tty7
78 -tty8
79 -tty9
80 -tty10
81 -tty11
82 -tty12
83 -
84 -tts/0
85 -ttyS0
86 -ttyS1
87 -ttyS2
88 -ttyS3