Re: svn commit: r218940 - in head: tools usr.bin/xinstall

2011-02-22 Thread Alexander Best
On Tue Feb 22 11, Ulrich Spoerlein wrote: > Author: uqs > Date: Tue Feb 22 08:07:17 2011 > New Revision: 218940 > URL: http://svn.freebsd.org/changeset/base/218940 > > Log: > Teach tools/install.sh the -d directory mode. > > Sync up with flags understood by install(1) [1], and make install(

svn commit: r218940 - in head: tools usr.bin/xinstall

2011-02-22 Thread Ulrich Spoerlein
Author: uqs Date: Tue Feb 22 08:07:17 2011 New Revision: 218940 URL: http://svn.freebsd.org/changeset/base/218940 Log: Teach tools/install.sh the -d directory mode. Sync up with flags understood by install(1) [1], and make install(1)'s usage output not hide the clearly documented -M flag.