login.conf(5): umask has no default value

The umask is simply left unchanged if no explicit value is specified in
the login class capabilities database.

PR:                     271747
Reviewed by:            emaste
Approved by:            emaste (mentor)
MFC after:              3 days
Sponsored by:           Kumacom SAS
Differential Revision:  https://reviews.freebsd.org/D40345
This commit is contained in:
Olivier Certner 2023-05-25 14:41:03 +02:00 committed by Olivier Certner
parent e99c28e93b
commit 0d1fe948d9
No known key found for this signature in database
GPG key ID: 8CA13040971E2627

View file

@ -253,7 +253,7 @@ contain the shell specified in the password file.
.It "term string Default terminal type if not able to determine"
from other means.
.It "timezone string Default value of $TZ environment variable."
.It "umask number 022 Initial umask. Should always have a leading 0 to"
.It "umask number Initial umask. Should always have a leading 0 to"
ensure octal interpretation.
.It "welcome file /etc/motd File containing welcome message."
.El