From 4a2fadfa215ae12a7d455866950afd96bb1710ad Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Tue, 6 May 2014 07:39:52 +0200 Subject: [PATCH] Fix typos in login.pam (thanks to Jakub Wilk for reporting) Closes: #747115 --- debian/changelog | 7 +++++++ debian/login.pam | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1605eaa3..1f9c0f63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +shadow (1:4.2-3) UNRELEASED; urgency=low + + * Fix typos in login.pam (thanks to Jakub Wilk for reporting) + Closes: #747115 + + -- Christian Perrier Tue, 06 May 2014 07:39:03 +0200 + shadow (1:4.2-2) unstable; urgency=low * The "Soumaintrain" release diff --git a/debian/login.pam b/debian/login.pam index b165d029..354e62b4 100644 --- a/debian/login.pam +++ b/debian/login.pam @@ -62,7 +62,7 @@ session required pam_env.so readenv=1 envfile=/etc/default/locale auth optional pam_group.so # Uncomment and edit /etc/security/time.conf if you need to set -# time restrainst on logins. +# time restraint on logins. # (Replaces the `PORTTIME_CHECKS_ENAB' option from login.defs # as well as /etc/porttime) # account requisite pam_time.so @@ -76,16 +76,16 @@ auth optional pam_group.so # (Replaces the use of /etc/limits in old login) session required pam_limits.so -# Prints the last login info upon succesful login +# Prints the last login info upon successful login # (Replaces the `LASTLOG_ENAB' option from login.defs) session optional pam_lastlog.so -# Prints the message of the day upon succesful login. +# Prints the message of the day upon successful login. # (Replaces the `MOTD_FILE' option in login.defs) session optional pam_exec.so type=open_session stdout /bin/uname -snrvm session optional pam_motd.so -# Prints the status of the user's mailbox upon succesful login +# Prints the status of the user's mailbox upon successful login # (Replaces the `MAIL_CHECK_ENAB' option from login.defs). # # This also defines the MAIL environment variable