]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r357563: env(1): grow -L user/class and -U user/class options
authorKyle Evans <kevans@FreeBSD.org>
Wed, 12 Feb 2020 02:09:12 +0000 (02:09 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 12 Feb 2020 02:09:12 +0000 (02:09 +0000)
commit0e45f4ee93a7ad6930a83317b08a1b718d4f91bf
treed9b982dcc744824ac2e1f6968ffdbcdf8b4779b3
parent1c088df4816b5c96a6d0bb2fad68bdbed6712854
MFC r357563: env(1): grow -L user/class and -U user/class options

This allows one to set the environment of the specified user either from
login.conf alone (-L) or both login.conf and ~/.login_conf if present (-U).

This is a supporting feature to allow service(8) to pull in the environment
of the "daemon" class before invoking the rc script.
usr.bin/env/Makefile
usr.bin/env/env.1
usr.bin/env/env.c