Add the -L and -l options to install. -L allows an alternative /etc directory
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 23 Sep 2004 19:13:51 +0000 (19:13 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 23 Sep 2004 19:13:51 +0000 (19:13 +0000)
commit4e72d2dea0440736fd9828b18221b99c376ce406
tree7e9fa74708fbcc924537d4e626ad1c40ea13b630
parent5f3344c75f216c9d794942ef767cd07c5bd76186
Add the -L and -l options to install.  -L allows an alternative /etc directory
path to be specified and causes install to search LOPT/group and
LOPT/master.passwd for group and user names.  If the -l option is also
specified, install will fallback to system files if the group or user name
cannot be found in the alternative /etc directory.

This is intended to allow us to ensure that the correct uid's and gid's are
used in a release build and to allow new uid's and gid's to be used during
an installworld before they have necessarily been added to the system
password and group files.
usr.bin/xinstall/install.1
usr.bin/xinstall/xinstall.c