aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add/perform.c
Commit message (Expand)AuthorAgeFilesLines
* Redirect stdout from mtree to /dev/null; we don't really need to knowSatoshi Asami2000-01-031-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-111-5/+5
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-11/+37
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-111-6/+7
* Fail as documented when a dependency cannot be foundJordan K. Hubbard1998-09-081-1/+7
* Fix recursive package add problem (for on-disk package files) I introducedJordan K. Hubbard1998-08-271-3/+6
* Avoid race-conditions on playpen delete.Eivind Eklund1998-07-171-2/+5
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedJordan K. Hubbard1998-02-161-8/+13
* I must have been smoking crack when I made this change. Using sh -cJordan K. Hubbard1998-01-211-4/+4
* MF22: fix to install script handling.Jordan K. Hubbard1998-01-171-4/+4
* Don't assume install script is directly runnable - use sh -c.Jordan K. Hubbard1998-01-081-4/+4
* - do string-magic on the right variable when tryingJordan K. Hubbard1997-10-181-2/+2
* Don't return from cleanup() - if it's removed the playpen then veryJordan K. Hubbard1997-10-131-1/+2
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-36/+50
* Add support for @option preserve - moves existing files out of the wayJordan K. Hubbard1997-06-291-6/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Fix a bogon with playpen size calculation for pkg of "-". It's amazingJordan K. Hubbard1997-02-151-1/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Correct a problem which broke +DISPLAY file handling.Jordan K. Hubbard1997-01-131-3/+4
* Fix PR#1557 - chained package dependencies using URLs didn't work.Jordan K. Hubbard1996-10-141-31/+32
* Make -force work for pkg_add.Jordan K. Hubbard1996-07-311-2/+2
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-201-9/+5
* fix PR#599Jordan K. Hubbard1996-06-031-1/+4
* Fix a couple of miscellaneous bugs and make pkg_add also support readingJordan K. Hubbard1996-03-121-9/+15
* Bring my pkg_install improvements forward from 2.1.Jordan K. Hubbard1995-11-121-25/+16
* Fix the `pkg_add relative to .' bug. Thank you, Ville!Jordan K. Hubbard1995-10-311-3/+5
* Bring forward my changes from 2.1Jordan K. Hubbard1995-10-251-182/+175
* Some fixes to make this "TMPDIR agile".Jordan K. Hubbard1995-08-171-6/+6
* Make "out of space in ${PKG_TMPDIR}" handling a bit more robust.Jordan K. Hubbard1995-08-061-6/+4
* o Fix PR# bin/643 - always set "where_to" properly.Jordan K. Hubbard1995-07-301-2/+3
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-9/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Use mtree -U instead of -u and put back error check. Thanks Rod!Jordan K. Hubbard1995-04-281-5/+7
* Don't bother checking the return status of the mtree command - it returnsJordan K. Hubbard1995-04-271-9/+4
* Further work on making all this more robust in the face of failure.Jordan K. Hubbard1995-04-261-36/+67
* Check dependencies BEFORE doing final extraction of package.Jordan K. Hubbard1995-04-261-62/+76
* My handling of the missing dependency but !Verbose was wrong. MakeJordan K. Hubbard1995-04-261-2/+7
* Second round:Jordan K. Hubbard1995-04-221-44/+115
* 1. Add an new @option directive. You'll understand it better in a moment.Jordan K. Hubbard1995-04-221-3/+7
* Greatly simplify the calling of mtree - the error handling wasn't workingJordan K. Hubbard1995-04-191-37/+4
* Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is theJordan K. Hubbard1995-04-191-7/+11
* Neither of these tools really told you what you needed to know neatlyJordan K. Hubbard1995-04-101-5/+11
* Add true support for dependency lists.Jordan K. Hubbard1995-04-091-7/+22
* Many of John T. Kohl's patches from NetBSD. Thanks, John!Jordan K. Hubbard1994-12-061-8/+121
* Protect against old packages with bogus @name fields. Use basename_of()Jordan K. Hubbard1994-11-171-2/+3
* Whoops - variable was in wrong scope. Correct.Jordan K. Hubbard1994-10-141-3/+2
* Fix bug in home directory calculation that I introduced with the free spaceJordan K. Hubbard1994-10-141-5/+9
* Add the ability to verify that a package won't extract in the spaceJordan K. Hubbard1994-10-041-4/+14
* The environment variable PKG_PREFIX is set to the first @cwd commandSatoshi Asami1994-05-251-4/+3