History log of /freebsd-current/tools/install.sh
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# a812deb1 26-Nov-2017 Brad Davis <brd@FreeBSD.org>

Fix handling -U. It does not take any arguments.

Approved by: will


# 7359fe7a 16-Nov-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Use -n to ln(1) which is compatible with GNU ln(1).

Sponsored by: EMC / Isilon Storage Division


# 6d12634c 24-Jan-2013 Brooks Davis <brooks@FreeBSD.org>

Use = not == in test arguments.

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


# aaea7970 21-Jan-2013 Brooks Davis <brooks@FreeBSD.org>

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


# 3dfe8ce9 22-Feb-2011 Ulrich Spörlein <uqs@FreeBSD.org>

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


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 3b579c6e 07-Jul-2004 Ruslan Ermilov <ru@FreeBSD.org>

Arguments to options aren't necessarily separated with whitespace.

Noticed by: harti


# 285c7935 06-Feb-2004 Ruslan Ermilov <ru@FreeBSD.org>

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.


# 21dc7d4f 02-Jun-2002 Jens Schweikhardt <schweikh@FreeBSD.org>

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

Spotted and suggested by: des
MFC after: 3 weeks


# 2c745214 28-May-2001 Ruslan Ermilov <ru@FreeBSD.org>

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


# 24066d32 15-Dec-1999 Marcel Moolenaar <marcel@FreeBSD.org>

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


# 168f8d16 10-Dec-1999 Marcel Moolenaar <marcel@FreeBSD.org>

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

Pointed out by: bde


# d33ed111 08-Dec-1999 Marcel Moolenaar <marcel@FreeBSD.org>

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.