diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-03 16:16:47 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-04 22:20:08 +0100 |
commit | 70c8dfb8b08966fa158f5eb94e14eba120cb5ad1 (patch) | |
tree | b9d6e33ab7de1a8346c9ce8b023dfd55e1d8dbb3 /sys-apps/shadow/files | |
parent | sys-apps/rescan-scsi-bus: remove unused patch (diff) | |
download | gentoo-70c8dfb8b08966fa158f5eb94e14eba120cb5ad1.tar.gz gentoo-70c8dfb8b08966fa158f5eb94e14eba120cb5ad1.tar.bz2 gentoo-70c8dfb8b08966fa158f5eb94e14eba120cb5ad1.zip |
sys-apps/shadow: remove unused files
Closes: https://github.com/gentoo/gentoo/pull/3791
Diffstat (limited to 'sys-apps/shadow/files')
-rw-r--r-- | sys-apps/shadow/files/login_defs_pam.sed | 24 | ||||
-rw-r--r-- | sys-apps/shadow/files/securetty | 36 |
2 files changed, 0 insertions, 60 deletions
diff --git a/sys-apps/shadow/files/login_defs_pam.sed b/sys-apps/shadow/files/login_defs_pam.sed deleted file mode 100644 index ba308ba9abeb..000000000000 --- a/sys-apps/shadow/files/login_defs_pam.sed +++ /dev/null @@ -1,24 +0,0 @@ -/^FAILLOG_ENAB/b comment -/^LASTLOG_ENAB/b comment -/^MAIL_CHECK_ENAB/b comment -/^OBSCURE_CHECKS_ENAB/b comment -/^PORTTIME_CHECKS_ENAB/b comment -/^QUOTAS_ENAB/b comment -/^MOTD_FILE/b comment -/^FTMP_FILE/b comment -/^NOLOGINS_FILE/b comment -/^ENV_HZ/b comment -/^PASS_MIN_LEN/b comment -/^SU_WHEEL_ONLY/b comment -/^CRACKLIB_DICTPATH/b comment -/^PASS_CHANGE_TRIES/b comment -/^PASS_ALWAYS_WARN/b comment -/^CHFN_AUTH/b comment -/^ENVIRON_FILE/b comment - -b exit - -: comment - s:^:#: - -: exit diff --git a/sys-apps/shadow/files/securetty b/sys-apps/shadow/files/securetty deleted file mode 100644 index 55ce54ddc790..000000000000 --- a/sys-apps/shadow/files/securetty +++ /dev/null @@ -1,36 +0,0 @@ -# /etc/securetty: list of terminals on which root is allowed to login. -# See securetty(5) and login(1). -console - -vc/0 -vc/1 -vc/2 -vc/3 -vc/4 -vc/5 -vc/6 -vc/7 -vc/8 -vc/9 -vc/10 -vc/11 -vc/12 -tty0 -tty1 -tty2 -tty3 -tty4 -tty5 -tty6 -tty7 -tty8 -tty9 -tty10 -tty11 -tty12 - -tts/0 -ttyS0 -ttyS1 -ttyS2 -ttyS3 |