]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r357560, r357707: login.conf(5) mail capability
authorKyle Evans <kevans@FreeBSD.org>
Wed, 12 Feb 2020 02:04:03 +0000 (02:04 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 12 Feb 2020 02:04:03 +0000 (02:04 +0000)
commit41ac6c615c620fa33467ce4712815930c0cfcd9d
treee05e4127b760a4dfa5bcc8773b76c432d8150264
parent16f13400d983c27250b54513494b4c60ca815376
MFC r357560, r357707: login.conf(5) mail capability

r357560:
login.conf(5): split MAIL env var out into a "mail" capability

This allows it to be easily suppressed in, e.g., the "daemon" class where it
will not be properly expanded.

This is a part of D21481.

Submitted by: Andrew Gierth <andrew_tao173.riddles.org.uk>

r357707:
login.conf(5): update commented-out standard, too

MAIL now has a mail capability, instead, as of r357560.
lib/libutil/login.conf.5
lib/libutil/login_class.c
usr.bin/login/login.conf