summaryrefslogtreecommitdiff
path: root/release/scripts/src-install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Farewall, sysinstall! You served us well for many years, but 10.0 is oneNathan Whitehorn2011-10-031-34/+0
| | | | | | | | | | | digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade). Notes: svn path=/head/; revision=225937
* src/compat/ is gone back in March.Ruslan Ermilov2008-06-251-2/+2
| | | | | | | Reported by: Mars G Miro Notes: svn path=/head/; revision=180008
* Teach source installation shell script and sysinstall(8) aboutRuslan Ermilov2007-11-091-3/+3
| | | | | | | | | the 'scompat' source dist that holds src/compat/. Reported by: Mars G Miro Notes: svn path=/head/; revision=173498
* Teach the 'src-install' script about the 'scddl' source dist that holdsJohn Baldwin2007-06-281-2/+2
| | | | | | | | | /usr/src/cddl. Approved by: re (kensmith) Notes: svn path=/head/; revision=171080
* Crypto is now part of the base distribution. Remove crypto-install.sh,Colin Percival2004-08-061-3/+4
| | | | | | | | | and add scrypto, skrb5, ssecure into src-install.sh Reminded by: ru Notes: svn path=/head/; revision=133198
* Added "rescue".Ruslan Ermilov2004-05-201-2/+2
| | | | | | | Submitted by: Kent Hauser <kent.hauser@verizon.net> Notes: svn path=/head/; revision=129505
* Add FreeBSD IDs to some files and make the others consistent in style.David E. O'Brien2001-04-081-0/+3
| | | | Notes: svn path=/head/; revision=75328
* Add 'tools' to the list of tarballs to be extracted when 'all' isJohn W. De Boskey2000-06-131-2/+2
| | | | | | | | | | specified as the distribution. PR: 18927 Submitted by: Stephen J. Roznowski <sjr@home.net> Notes: svn path=/head/; revision=61599
* Remove some remaining references to LKM's. Snaps were trying to unpackPeter Wemm1999-01-061-2/+2
| | | | | | | slkm* etc, among other things. Notes: svn path=/head/; revision=42345
* adjust to match current times.Jordan K. Hubbard1998-10-181-2/+2
| | | | Notes: svn path=/head/; revision=40510
* Allow the use of ${DESTDIR} in the enviroment to optionally getJordan K. Hubbard1998-09-221-2/+4
| | | | | | | these various collections to install someplace else. Notes: svn path=/head/; revision=39556
* Ahem. It might be nice if I included /usr/src/contrib in with the otherJordan K. Hubbard1996-10-101-3/+10
| | | | | | | | src dists. This alone is a good reason to re-roll the SNAP before putting it on CD. Notes: svn path=/head/; revision=18852
* Correct typos. "ubin usbin" instead of "subin susbin"Jordan K. Hubbard1996-01-161-1/+1
| | | | Notes: svn path=/head/; revision=13451
* Check in the shell scripts I used for the 2.1-RELEASE CDROM. TheseJordan K. Hubbard1996-01-081-0/+21
are provided simply as easy short-cuts for users who are prowling through the dists structure and decide to install something directly from there. There still needs to be some glue stuck into release/Makefile to copy these into the appropriate homes following a full `make release', but I'll wait until phk is done in there. Notes: svn path=/head/; revision=13341