]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC all changes to install(1) through r246784. Notable functional
authorbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 15 Mar 2013 15:19:33 +0000 (15:19 +0000)
committerbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 15 Mar 2013 15:19:33 +0000 (15:19 +0000)
commit42898ba9d60538f9be60d6f5412c63a4df91794e
tree0af6b60d10240f4a68a06c9a6a7cb8befea3cce6
parent3ab711f6bd75d3a8b202c36c56c9f28985073563
MFC all changes to install(1) through r246784.  Notable functional
changes are:

r245617:
Introduce six new options from NetBSD:
 * -M <metalog>   Log metadata in mtree format.
 * -D <destdir>   Log paths relative to <destdir>.
 * -h <hash>      Log digest of type <hash>.
 * -T <tags>      Specify which mtree tags to log.
 * -l <linkflag>  Create hard or symbolic links (allows logging).
 * -U             Install without root privileges (owner, group, mode,
                  and flags can be logged via -M

NOTE: In the interest of compatibility with NetBSD and because it is the
obvious letter, the nearly useless -M option (disable mmap) has been
repurposed.

Sponsored by: DARPA, AFRL
Obtained from: NetBSD
Reviewed by: bz

r245312:
Implement the -N <dbdir> option which allows an alternate passwd and
group file to be used.  This is useful for installing on systems where
a user or group does not currently exist.

Sponsored by: DARPA, AFRL
Obtained from: NetBSD

git-svn-id: svn://svn.freebsd.org/base/stable/9@248331 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
UPDATING
usr.bin/xinstall/Makefile
usr.bin/xinstall/install.1
usr.bin/xinstall/xinstall.c