summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add/perform.c
Commit message (Expand)AuthorAgeFilesLines
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-291-7/+11
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...eik2004-06-291-4/+5
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-171-1/+31
* When installing package from a local file assume that all subsequentsobomax2002-09-031-2/+6
* Find remaining hardcoded gzip bits and change to bzip2 bits.obrien2002-08-251-2/+3
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-141-35/+67
* DTRT for packages read from STDIN:murray2002-04-021-3/+4
* Fix SCM ID's.obrien2002-04-011-5/+3
* WARNS=2 cleanup.sobomax2001-10-101-12/+12
* - Allow package archive to be created from a locally installed package. Thissobomax2001-10-081-8/+12
* Remove duplicate umask(2) call.sobomax2001-08-151-1/+0
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-131-1/+1
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-021-4/+4
* Usability tweak:sobomax2001-08-021-13/+13
* Properly quote recursive pkg_add operations so that filenames withjkh2001-06-111-1/+1
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-171-2/+6
* Fix a bug arised from the ')' in the wrong place when calling printf()-likesobomax2001-01-151-1/+1
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
* Redirect stdout from mtree to /dev/null; we don't really need to knowasami2000-01-031-2/+2
* $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
OpenPOWER on IntegriCloud