summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add
Commit message (Expand)AuthorAgeFilesLines
* Phase 2 of merge - also fix things broken in phase 1.Jordan K. Hubbard1996-06-031-1/+4
* Merge from HEADJordan K. Hubbard1996-06-011-3/+9
* Merge with HEAD.Jordan K. Hubbard1996-05-273-24/+33
* Every time I swear I'll never touch this again, I end up touching it.Jordan K. Hubbard1995-11-102-40/+38
* These patches fix two problems :Jordan K. Hubbard1995-11-032-27/+43
* Sync with HEAD.Jordan K. Hubbard1995-10-311-3/+5
* Prevent slave mode from collapsing under certain circumstances.Jordan K. Hubbard1995-10-231-17/+24
* Last pen sanitize pass.Jordan K. Hubbard1995-10-151-11/+10
* Handle chained adds by URL.Jordan K. Hubbard1995-10-143-129/+118
* Bring in the first half of my changes to handle dependencies whenJordan K. Hubbard1995-10-093-90/+86
* Merge changes from the HEAD.Jordan K. Hubbard1995-08-303-15/+23
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-9/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-7/+7
* Only apply @mode directives to files.Jordan K. Hubbard1995-05-191-3/+3
* Document fetch-by-URL.Jordan K. Hubbard1995-05-101-1/+9
* 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-262-36/+70
* 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-222-64/+150
* 1. Add an new @option directive. You'll understand it better in a moment.Jordan K. Hubbard1995-04-221-3/+7
* 1. Add proper dependencies to the library in my Makefiles. This was pointedJordan K. Hubbard1995-04-221-1/+8
* 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-192-8/+15
* 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-093-9/+26
* Whoops! How embarassing. Just now noticed that I forget to update the .OsJordan K. Hubbard1995-01-051-1/+1
* More changes from John T. Kohl. Man pages, mostly.Jordan K. Hubbard1994-12-061-131/+236
* Many of John T. Kohl's patches from NetBSD. Thanks, John!Jordan K. Hubbard1994-12-065-30/+234
* 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-252-5/+16
* Remove find_name(), replace with more generic find_plist() function.Jordan K. Hubbard1994-05-251-16/+3
* Typo (pkg_add => pkg-add).Satoshi Asami1994-05-201-1/+1
* Make clear what arguments the "require" package gets (the original didn'tSatoshi Asami1994-05-201-2/+5
* If require script fails, don't try to delete installed package.Jordan K. Hubbard1993-10-101-3/+3
* Fix problems with executing from current directoryJordan K. Hubbard1993-10-081-4/+4
* Now works with/without obj directoriesNate Williams1993-09-201-1/+2
* Make sure permissions on registry location are readable by pkg_info.Jordan K. Hubbard1993-09-182-6/+10
* Fixed broken -t flag; thanks Rich!Jordan K. Hubbard1993-09-141-2/+2
* Added option for current directory prefix in @exec (without which it's prettyJordan K. Hubbard1993-09-061-1/+1
* Made staging area configurable rather than assuming /tmp (-t)Jordan K. Hubbard1993-09-055-38/+173
* Lots of misc tweaks, support for arbitrary separators in pkg_info, moreJordan K. Hubbard1993-09-036-6/+6
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-267-0/+683