History log of /freebsd-9.3-release/tools/install.sh
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 248332 15-Mar-2013 brooks

MFC r245751,245893:

r245751:
Implement the -l option using ln(1) to facilitate boostrapping.

Ignore the new options -D, -h, -T, and -U. Adjust -M support to ignore
an argument.

Sponsored by: DARPA, AFRL
Reviewed by: ian, ray, rpaulo

r245893:
Use = not == in test arguments.

Submitted by: Christoph Mallon <christoph.mallon@gmx.de>


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 218940 22-Feb-2011 uqs

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.

PR: misc/154739 [1]
Submitted by: arundel


# 131737 07-Jul-2004 ru

Arguments to options aren't necessarily separated with whitespace.

Noticed by: harti


# 125514 06-Feb-2004 ru

From what I can tell, install.sh supported all of the install(1)
options since revision 1.2, so removed the XXX comment now.

Fixed bogus test(1) expression that would be evaluated as a null
string test if script is run without arguments, compacted option
lists.


# 97748 02-Jun-2002 schweikh

Fix typo in the BSD copyright: s/withough/without/

Spotted and suggested by: des
MFC after: 3 weeks


# 77346 28-May-2001 ru

Added support for all new install(1) options.
Removed -c from the actual call as -p implies "copy".


# 54648 15-Dec-1999 marcel

Don't use -C internally. Use -c. For some reason files are not copied
with -C, although they should.


# 54389 10-Dec-1999 marcel

Use install -C -p instead of cp -p.

Pointed out by: bde


# 54310 08-Dec-1999 marcel

install(1) lookalike that can be used during a build. Any options
are ignored and the remaining is passed on to cp(1). This allows
a build to be run as non-root without forcing any user/group
setting and also prevents setting any file flags.

This may not be the right place for buildtools.