aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* If pkg_info is run with no args, default to "-aI".Jordan K. Hubbard1999-04-271-2/+7
* Removed occurrences of consecutive repeated words (such as "the the").Alexander Langer1999-02-121-2/+2
* Fix nasty bug where getpackagesite() will return an integer if it doesn'tBill Fumerola1999-01-281-2/+2
* Numbering typo, missed a '0'Bill Fumerola1999-01-261-3/+3
* Update pkg_add's remote package feature to reflect the new structure ofBill Fumerola1999-01-251-6/+6
* Style police, inline ifs.Bill Fumerola1999-01-181-14/+12
* enviornment -> environmentJustin M. Seger1999-01-171-2/+2
* Add a new option for pkg_add, -r.Bill Fumerola1999-01-172-5/+67
* document PKG_DBDIRDavid E. O'Brien1998-12-311-0/+13
* change wording slightly to match other pkg_*.1David E. O'Brien1998-12-311-2/+2
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-1610-54/+310
* Fix support for uncompressed (".tar") package types. It's not completelySatoshi Asami1998-12-052-8/+24
* Fix bug where trailing slash could confuse the registry removal.Jordan K. Hubbard1998-11-111-1/+7
* Unlink old contents of package when extracting new.Jordan K. Hubbard1998-10-281-2/+2
* Revert 1.33; lstat() is indeed the wrong thing to do here. I'llJordan K. Hubbard1998-10-141-2/+2
* Correct a misleading comment.Jordan K. Hubbard1998-10-121-2/+2
* Use lstat() rather than stat in determining whether a file exists,Jordan K. Hubbard1998-10-091-2/+2
* Use a more reasonable default umask in case the root umask is tooJordan K. Hubbard1998-09-141-1/+5
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-1110-110/+181
* o Set paths internally for pkg_add for tools we might want to invoke.Jordan K. Hubbard1998-09-083-12/+16
* Fix bogus suffix stripping to be less naive.Jordan K. Hubbard1998-09-081-9/+7
* Fail as documented when a dependency cannot be foundJordan K. Hubbard1998-09-081-1/+7
* Silence potentially bogus warning.Jordan K. Hubbard1998-09-011-2/+2
* Fix recursive package add problem (for on-disk package files) I introducedJordan K. Hubbard1998-08-271-3/+6
* Don't exit() from cleanup() if we got there via a non-signal sinceJordan K. Hubbard1998-07-281-2/+3
* Paranoia: use mkdtemp instead of mktempJacques Vidrine1998-07-281-4/+3
* Clarify "Cannot delete file as directory" errmessage.Tim Vanderhoek1998-07-181-3/+3
* Avoid race-conditions on playpen delete.Eivind Eklund1998-07-171-2/+5
* Add $Id$.Joseph Koshy1998-07-142-0/+2
* Document `-I' and `-R' options to `pkg_info'.Joseph Koshy1998-07-061-0/+5
* MF22: check for null pointer.Jordan K. Hubbard1998-07-041-2/+6
* Document environment variables used by pkg_{add,create,info}. TheseJoseph Koshy1998-06-263-2/+108
* Loosely document the '-s' commandline option.Steve Price1998-05-241-1/+7
* Fix dependent-package loading when pkg_adding with an FTP URL. I brokeJordan K. Hubbard1998-04-121-9/+40
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-234-29/+22
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-075-40/+24
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedJordan K. Hubbard1998-02-165-32/+45
* I must have been smoking crack when I made this change. Using sh -cJordan K. Hubbard1998-01-211-4/+4
* Quote filenames more agressively.Warner Losh1998-01-211-4/+7
* MF22: fix to install script handling.Jordan K. Hubbard1998-01-171-4/+4
* MF22: Additional paranoia in cleanup.Jordan K. Hubbard1998-01-091-2/+2
* Don't assume install script is directly runnable - use sh -c.Jordan K. Hubbard1998-01-081-4/+4
* "This is the add^H^H^Hinfo module."Tim Vanderhoek1997-12-261-2/+2
* MF22: Revert part of -p handling.Jordan K. Hubbard1997-11-141-1/+4
* The prefix override code was bogus. The original idea was soundJordan K. Hubbard1997-11-131-6/+1
* Pkg_add refused to process package whose packing list contains @exec/@unexecMasafumi Max NAKANE1997-10-241-2/+6
* - do string-magic on the right variable when tryingJordan K. Hubbard1997-10-183-6/+19
* Deal with PLIST_UNEXEC properly.Jordan K. Hubbard1997-10-181-1/+5
* Don't return from cleanup() - if it's removed the playpen then veryJordan K. Hubbard1997-10-135-9/+14
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-0825-377/+310