summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Various man page cleanup:mpp1999-08-154-8/+8
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-117-16/+22
* When listing the installed packages, do it in alphabetical order.jdp1999-07-301-9/+24
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* '?' shouldn't be in the usage string. Unknown characters are alreadyimp1999-06-244-8/+8
* If we are going to have a case for '?' then we should define it in Options.billf1999-06-234-8/+8
* Support Alpha and -CURRENT in the "-r" option case.obrien1999-06-141-9/+17
* where_arge is allocated on stack and return address is overwrittenjkh1999-06-091-3/+3
* Revive the PKG_ADD_BASE stuff a bit.jkh1999-05-121-1/+2
* If pkg_info is run with no args, default to "-aI".jkh1999-04-271-2/+7
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-121-2/+2
* Fix nasty bug where getpackagesite() will return an integer if it doesn'tbillf1999-01-281-2/+2
* Numbering typo, missed a '0'billf1999-01-261-3/+3
* Update pkg_add's remote package feature to reflect the new structure ofbillf1999-01-251-6/+6
* Style police, inline ifs.billf1999-01-181-14/+12
* enviornment -> environmentjseger1999-01-171-2/+2
* Add a new option for pkg_add, -r.billf1999-01-172-5/+67
* document PKG_DBDIRobrien1998-12-311-0/+13
* change wording slightly to match other pkg_*.1obrien1998-12-311-2/+2
* Make it possible to have separate install scripts as well as havejkh1998-12-1610-54/+310
* Fix support for uncompressed (".tar") package types. It's not completelyasami1998-12-052-8/+24
* Fix bug where trailing slash could confuse the registry removal.jkh1998-11-111-1/+7
* Unlink old contents of package when extracting new.jkh1998-10-281-2/+2
* Revert 1.33; lstat() is indeed the wrong thing to do here. I'lljkh1998-10-141-2/+2
* Correct a misleading comment.jkh1998-10-121-2/+2
* Use lstat() rather than stat in determining whether a file exists,jkh1998-10-091-2/+2
* Use a more reasonable default umask in case the root umask is toojkh1998-09-141-1/+5
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-1110-110/+181
* o Set paths internally for pkg_add for tools we might want to invoke.jkh1998-09-083-12/+16
* Fix bogus suffix stripping to be less naive.jkh1998-09-081-9/+7
* Fail as documented when a dependency cannot be foundjkh1998-09-081-1/+7
* Silence potentially bogus warning.jkh1998-09-011-2/+2
* Fix recursive package add problem (for on-disk package files) I introducedjkh1998-08-271-3/+6
* Don't exit() from cleanup() if we got there via a non-signal sincejkh1998-07-281-2/+3
* Paranoia: use mkdtemp instead of mktempnectar1998-07-281-4/+3
* Clarify "Cannot delete file as directory" errmessage.hoek1998-07-181-3/+3
* Avoid race-conditions on playpen delete.eivind1998-07-171-2/+5
* Add $Id$.jkoshy1998-07-142-0/+2
* Document `-I' and `-R' options to `pkg_info'.jkoshy1998-07-061-0/+5
* MF22: check for null pointer.jkh1998-07-041-2/+6
* Document environment variables used by pkg_{add,create,info}. Thesejkoshy1998-06-263-2/+108
* Loosely document the '-s' commandline option.steve1998-05-241-1/+7
* Fix dependent-package loading when pkg_adding with an FTP URL. I brokejkh1998-04-121-9/+40
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-234-29/+22
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-075-40/+24
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedjkh1998-02-165-32/+45
* I must have been smoking crack when I made this change. Using sh -cjkh1998-01-211-4/+4
* Quote filenames more agressively.imp1998-01-211-4/+7
* MF22: fix to install script handling.jkh1998-01-171-4/+4
* MF22: Additional paranoia in cleanup.jkh1998-01-091-2/+2
OpenPOWER on IntegriCloud