From a975974d2c067c3ff2fc47c1c63fa49ce4dbac67 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/login.pam | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/login.pam b/debian/login.pam index 7825a0a3..dccad1f2 100644 --- a/debian/login.pam +++ b/debian/login.pam @@ -72,7 +72,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 @@ -86,16 +86,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