summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add/perform.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-111-5/+5
* Make it possible to have separate install scripts as well as havejkh1998-12-161-11/+37
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-111-6/+7
* Fail as documented when a dependency cannot be foundjkh1998-09-081-1/+7
* Fix recursive package add problem (for on-disk package files) I introducedjkh1998-08-271-3/+6
* Avoid race-conditions on playpen delete.eivind1998-07-171-2/+5
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedjkh1998-02-161-8/+13
* I must have been smoking crack when I made this change. Using sh -cjkh1998-01-211-4/+4
* MF22: fix to install script handling.jkh1998-01-171-4/+4
* Don't assume install script is directly runnable - use sh -c.jkh1998-01-081-4/+4
* - do string-magic on the right variable when tryingjkh1997-10-181-2/+2
* Don't return from cleanup() - if it's removed the playpen then veryjkh1997-10-131-1/+2
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-36/+50
* Add support for @option preserve - moves existing files out of the wayjkh1997-06-291-6/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Fix a bogon with playpen size calculation for pkg of "-". It's amazingjkh1997-02-151-1/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Correct a problem which broke +DISPLAY file handling.jkh1997-01-131-3/+4
* Fix PR#1557 - chained package dependencies using URLs didn't work.jkh1996-10-141-31/+32
* Make -force work for pkg_add.jkh1996-07-311-2/+2
* Make pkg_install understand and use libftpio instead of its ownjkh1996-06-201-9/+5
* fix PR#599jkh1996-06-031-1/+4
* Fix a couple of miscellaneous bugs and make pkg_add also support readingjkh1996-03-121-9/+15
* Bring my pkg_install improvements forward from 2.1.jkh1995-11-121-25/+16
* Fix the `pkg_add relative to .' bug. Thank you, Ville!jkh1995-10-311-3/+5
* Bring forward my changes from 2.1jkh1995-10-251-183/+176
* Some fixes to make this "TMPDIR agile".jkh1995-08-171-6/+6
* Make "out of space in ${PKG_TMPDIR}" handling a bit more robust.jkh1995-08-061-6/+4
* o Fix PR# bin/643 - always set "where_to" properly.jkh1995-07-301-2/+3
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-9/+8
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Use mtree -U instead of -u and put back error check. Thanks Rod!jkh1995-04-281-5/+7
* Don't bother checking the return status of the mtree command - it returnsjkh1995-04-271-9/+4
* Further work on making all this more robust in the face of failure.jkh1995-04-261-36/+67
* Check dependencies BEFORE doing final extraction of package.jkh1995-04-261-62/+76
* My handling of the missing dependency but !Verbose was wrong. Makejkh1995-04-261-2/+7
* Second round:jkh1995-04-221-44/+115
* 1. Add an new @option directive. You'll understand it better in a moment.jkh1995-04-221-3/+7
* Greatly simplify the calling of mtree - the error handling wasn't workingjkh1995-04-191-37/+4
* Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is thejkh1995-04-191-7/+11
* Neither of these tools really told you what you needed to know neatlyjkh1995-04-101-5/+11
* Add true support for dependency lists.jkh1995-04-091-7/+22
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-061-8/+121
* Protect against old packages with bogus @name fields. Use basename_of()jkh1994-11-171-2/+3
* Whoops - variable was in wrong scope. Correct.jkh1994-10-141-3/+2
* Fix bug in home directory calculation that I introduced with the free spacejkh1994-10-141-5/+9
* Add the ability to verify that a package won't extract in the spacejkh1994-10-041-4/+14
* The environment variable PKG_PREFIX is set to the first @cwd commandasami1994-05-251-4/+3
* Remove find_name(), replace with more generic find_plist() function.jkh1994-05-251-16/+3
OpenPOWER on IntegriCloud