summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow creation of absolute package namesadam1994-08-292-9/+15
* Add @srcdir option for customizing creation of packages.jkh1994-08-284-4/+21
* Argh! What a boneheaded bug! Finally fix the blank-line-in-packing listjkh1994-07-111-2/+2
* Add explanation of -e in usage().asami1994-06-011-1/+2
* Close /dev/tty that is opened in y_or_n()...this is called many timesasami1994-06-011-1/+2
* The environment variable PKG_PREFIX is set to the first @cwd commandasami1994-05-255-16/+46
* Change Header to Id.jkh1994-05-251-1/+1
* Add new find_plist() function.jkh1994-05-252-9/+9
* Change in_plist() call to find_plist().jkh1994-05-251-2/+2
* 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" script gets.asami1994-05-201-2/+5
* Make clear what arguments the "require" package gets (the original didn'tasami1994-05-201-2/+5
* Add `-h' option to force tar to follow symbolic linksalm1994-05-194-3/+15
* Whoops, -Y and -N would work better if they were in the getopts string!jkh1994-04-161-2/+2
* Make y_or_n() pay attention to AutoAnswer global.jkh1994-04-053-6/+17
* Add -N and -Y flags for auto-answer feature.jkh1994-04-052-1/+17
* Cleaning house.jkh1994-01-062-6/+162
* If require script fails, don't try to delete installed package.jkh1993-10-101-3/+3
* Added files necessary for automating packing of distributions.jkh1993-10-104-0/+26
* Fix problems with executing from current directoryjkh1993-10-082-7/+7
* Now works with/without obj directoriesnate1993-09-204-4/+8
* Finally stuck a version number on this thing! :)jkh1993-09-191-0/+1
* Added code for doing % sequence expansion, added new @unexec command.jkh1993-09-183-5/+84
OpenPOWER on IntegriCloud