summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add code for dealing with URLs.jkh1995-04-263-11/+208
* Make pkg_info URL aware (and also make it use the PKG_PATH properly, likejkh1995-04-262-22/+43
* Add depend on libftp since this is now in lib.jkh1995-04-261-1/+3
* Add a great deal more error checking to various things.jkh1995-04-262-22/+44
* Further work on making all this more robust in the face of failure.jkh1995-04-262-36/+70
* Yikes! How did that typo slip past! I'd swear I compiled it. Oh well,jkh1995-04-261-2/+2
* As per Bruce's advice, use sysconf to get the max argument size andjkh1995-04-261-19/+23
* Check dependencies BEFORE doing final extraction of package.jkh1995-04-262-63/+83
* My handling of the missing dependency but !Verbose was wrong. Makejkh1995-04-261-2/+7
* Use ARG_MAX instead of _POSIX_ARG_MAX: 4K is too small!jkh1995-04-241-3/+3
* Stage almost nothing through the playpen now - this should speed pkg_createsjkh1995-04-221-24/+38
* Export the min_free() function.jkh1995-04-223-7/+23
* Second round:jkh1995-04-224-69/+165
* 1. Add an new @option directive. You'll understand it better in a moment.jkh1995-04-223-13/+44
* Argh - missed a printf! That should be the last of plist-spewers.jkh1995-04-221-2/+2
* Don't spew garbage into the packing list when PlistOnly and verbose arejkh1995-04-221-3/+3
* Some patches to make deletions of non-existent files and directories slightlyjkh1995-04-221-6/+13
* 1. Add proper dependencies to the library in my Makefiles. This was pointedjkh1995-04-228-12/+64
* Correct a bogusly formatted printf().jkh1995-04-211-2/+2
* 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-195-18/+39
* Use a more nicely formatted message when we run out of space.jkh1995-04-181-2/+2
* Neither of these tools really told you what you needed to know neatlyjkh1995-04-102-11/+24
* Add true support for dependency lists.jkh1995-04-097-14/+55
* Rename TMPDIR to PKG_TMPDIR, just to make Jeff happy.. :-)jkh1995-02-161-3/+3
* Make pkg_install use /var/tmp instead of /tmpjkh1995-02-151-2/+2
* Whoops! How embarassing. Just now noticed that I forget to update the .Osjkh1995-01-054-5/+5
* Fix a bad formatting directive.jkh1995-01-051-1/+1
* Fix misleading typo in description of @unexec.jkh1995-01-051-2/+2
* Added new function show_index() which does a 'smart' display of the index file.swallace1995-01-053-5/+37
* More changes from John T. Kohl. Man pages, mostly.jkh1994-12-065-382/+630
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-0623-176/+782
* Don't create packages with bogus @name lines.jkh1994-11-171-2/+2
* Protect against old packages with bogus @name fields. Use basename_of()jkh1994-11-171-2/+3
* Add a new basename_of() function.jkh1994-11-172-1/+15
* Remove the QUERY_* functions. I don't think they're as good anjkh1994-11-171-17/+1
* Sigh. NOW it's ok! :-)jkh1994-10-141-2/+2
* Print a better verbose message when creating packages.jkh1994-10-141-3/+7
* This should do it - I forgot about pkg_info.jkh1994-10-142-7/+10
* 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-2/+2
* Fix bug in home directory calculation that I introduced with the free spacejkh1994-10-141-5/+9
* Be optionally verbose about free-space checking. I need this to ascertianjkh1994-10-081-1/+3
* Add the ability to verify that a package won't extract in the spacejkh1994-10-044-13/+59
* My last commit to bsd.port.mk made me think - `pkg_create -p ...' shouldjkh1994-10-041-5/+7
* Don't let pkg_delete remove the recorded location until everything hasjkh1994-09-293-9/+15
* Delete obsoleted *dist targets.jkh1994-09-131-13/+0
* Make this stop trying to go into /usr/local and inherit the settingsjkh1994-09-131-2/+2
OpenPOWER on IntegriCloud