summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add
Commit message (Expand)AuthorAgeFilesLines
* Make -force work for pkg_add.jkh1996-07-311-2/+2
* Add MD5 checksums to packing list for all files during pkg_create and usejkh1996-07-302-4/+3
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-3/+3
* Make pkg_install understand and use libftpio instead of its ownjkh1996-06-202-9/+7
* fix PR#599jkh1996-06-031-1/+4
* Oh my, looks like I didn't understand .B as well as I thought I did! :-)jkh1996-06-011-3/+9
* Correct some man page xrefs, and some other minor changes to bring somempp1996-04-081-1/+1
* Fix a couple of miscellaneous bugs and make pkg_add also support readingjkh1996-03-123-13/+23
* Another round of man page cleanups.mpp1996-02-121-9/+9
* Bring my pkg_install improvements forward from 2.1.jkh1995-11-122-40/+53
* Fix the `pkg_add relative to .' bug. Thank you, Ville!jkh1995-10-311-3/+5
* Bring forward my changes from 2.1jkh1995-10-253-190/+181
* 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
* Document how to get pkg_add to use PASSIVE MODE ftp in such transfers.jkh1995-07-301-0/+12
* o Fix PR# bin/643 - always set "where_to" properly.jkh1995-07-302-5/+3
* The default for temporary directory is /var/tmp, not /tmp.asami1995-07-301-1/+1
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-9/+8
* Remove trailing whitespace.rgrimes1995-05-303-7/+7
* Only apply @mode directives to files.jkh1995-05-191-3/+3
* Document fetch-by-URL.jkh1995-05-101-1/+9
* 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-262-36/+70
* 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-222-64/+150
* 1. Add an new @option directive. You'll understand it better in a moment.jkh1995-04-221-3/+7
* 1. Add proper dependencies to the library in my Makefiles. This was pointedjkh1995-04-221-1/+8
* 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-192-8/+15
* 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-093-9/+26
* Whoops! How embarassing. Just now noticed that I forget to update the .Osjkh1995-01-051-1/+1
* More changes from John T. Kohl. Man pages, mostly.jkh1994-12-061-131/+236
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-065-30/+234
* 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-252-5/+16
* Remove find_name(), replace with more generic find_plist() function.jkh1994-05-251-16/+3
* Typo (pkg_add => pkg-add).asami1994-05-201-1/+1
* Make clear what arguments the "require" package gets (the original didn'tasami1994-05-201-2/+5
* If require script fails, don't try to delete installed package.jkh1993-10-101-3/+3
* Fix problems with executing from current directoryjkh1993-10-081-4/+4
* Now works with/without obj directoriesnate1993-09-201-1/+2
* Make sure permissions on registry location are readable by pkg_info.jkh1993-09-182-6/+10
* Fixed broken -t flag; thanks Rich!jkh1993-09-141-2/+2
* Added option for current directory prefix in @exec (without which it's prettyjkh1993-09-061-1/+1
OpenPOWER on IntegriCloud