diff options
Diffstat (limited to 'etc/etc.armv7')
-rw-r--r-- | etc/etc.armv7/login.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.armv7/login.conf b/etc/etc.armv7/login.conf index 58c8b6295e2..019c86a8920 100644 --- a/etc/etc.armv7/login.conf +++ b/etc/etc.armv7/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.6 2017/02/06 18:11:33 sthen Exp $ +# $OpenBSD: login.conf,v 1.7 2019/06/02 06:46:17 jmc Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -8,7 +8,7 @@ # Standard authentication styles: # # passwd Use only the local password file -# chpass Do not authenticate, but change users password (change +# chpass Do not authenticate, but change user's password (change # the YP password if the user has one, else change the # local password) # lchpass Do not login; change user's local password instead @@ -33,7 +33,7 @@ auth-ftp-defaults:auth-ftp=passwd: # The default values # To alter the default authentication types change the line: # :tc=auth-defaults:\ -# to be read something like: (enables passwd, "myauth", and activ) +# to read something like: (enables passwd, "myauth", and activ) # :auth=passwd,myauth,activ:\ # Any value changed in the daemon class should be reset in default # class. @@ -55,7 +55,7 @@ default:\ # # Settings used by /etc/rc and root # This must be set properly for daemons started as root by inetd as well. -# Be sure reset these values back to system defaults in the default class! +# Be sure to reset these values to system defaults in the default class! # daemon:\ :ignorenologin:\ |