aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-2725-25/+28
* YAMFCJordan K. Hubbard1997-03-061-3/+7
* YAMFC:Mike Pritchard1997-03-061-3/+3
* Don't be so greedy about using argument space. The actual "secret"Jordan K. Hubbard1997-02-251-16/+13
* YAMFCJordan K. Hubbard1997-02-151-9/+8
* YAMFC42.2Jordan K. Hubbard1997-02-151-2/+4
* YAMFC (pst change to restore @owner/@group/@mode behavior for all files).Jordan K. Hubbard1997-02-141-2/+2
* Merge fix for +DISPLAY files.Jordan K. Hubbard1997-01-201-3/+4
* YAMFCPoul-Henning Kamp1996-11-282-5/+12
* Fix PR#1557 - chained package dependencies using URLs didn't work.Jordan K. Hubbard1996-10-142-33/+35
* Clean up the english a little, having made the mistake of reading it.Jordan K. Hubbard1996-08-201-20/+21
* Put verbosity in the right place.Jordan K. Hubbard1996-08-011-3/+3
* Make -force work for pkg_add.Jordan K. Hubbard1996-07-311-2/+2
* Add MD5 checksums to packing list for all files during pkg_create and useJordan K. Hubbard1996-07-3012-74/+105
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-244-12/+12
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-2016-516/+55
* Make a small optimization which shaves about a second off the timeJordan K. Hubbard1996-06-161-28/+22
* Change min_free to return free space as an off_t instead of a size_t.Alexander Langer1996-06-082-6/+6
* fix PR#599Jordan K. Hubbard1996-06-031-1/+4
* Oh my, looks like I didn't understand .B as well as I thought I did! :-)Jordan K. Hubbard1996-06-011-3/+9
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-04-082-3/+3
* Close a file descriptor that I had (harmlessly) left open in a childJohn Polstra1996-03-201-1/+2
* Fix a couple of miscellaneous bugs and make pkg_add also support readingJordan K. Hubbard1996-03-124-20/+34
* Initialize the argument list in the unpack() routine to zero.Mike Pritchard1996-02-191-1/+2
* Another round of man page cleanups.Mike Pritchard1996-02-124-28/+28
* Fix to catch a stupid oversight on my part which allowed this thingJordan K. Hubbard1996-02-091-2/+2
* Fixed pkg_create to eliminate the limits on the size of the PLIST.John Polstra1996-02-061-31/+41
* recording cvs-1.6 file deathPeter Wemm1995-12-304-166/+0
* Bring my pkg_install improvements forward from 2.1.Jordan K. Hubbard1995-11-125-106/+117
* Fix the `pkg_add relative to .' bug. Thank you, Ville!Jordan K. Hubbard1995-10-312-5/+7
* Bring forward my changes from 2.1Jordan K. Hubbard1995-10-2513-302/+392
* Don't be needlessly verbose in the pkg_create.Jordan K. Hubbard1995-08-281-4/+2
* Make the play-pen searching routine even more agile in tryingJordan K. Hubbard1995-08-261-1/+3
* Use size_t properly in all fs size ops. This kills a bugJordan K. Hubbard1995-08-263-7/+5
* Some fixes to make this "TMPDIR agile".Jordan K. Hubbard1995-08-172-20/+38
* Make "out of space in ${PKG_TMPDIR}" handling a bit more robust.Jordan K. Hubbard1995-08-062-7/+8
* Remove useless -lftp arguments from Makefiles.Jordan K. Hubbard1995-08-043-9/+0
* Round this out. Now seems to transfer packages properly over ftpJordan K. Hubbard1995-08-011-14/+18
* Argh! I hate my life! I can't seem to do anything right here today.Jordan K. Hubbard1995-08-012-9/+6
* Sync this up with ftp.c.Satoshi Asami1995-07-311-3/+0
* Remove dependency on sysinstall.Jordan K. Hubbard1995-07-311-14/+1
* Add ftp.c to makefile - that might make it work better. Sheesh!Jordan K. Hubbard1995-07-311-1/+1
* Change the environment variable this looks for from FTP_PASSIVE toJordan K. Hubbard1995-07-301-3/+2
* Document how to get pkg_add to use PASSIVE MODE ftp in such transfers.Jordan K. Hubbard1995-07-301-0/+12
* Totally eliminate the dependency on libftp (which will be removed from theJordan K. Hubbard1995-07-303-50/+505
* o Fix PR# bin/643 - always set "where_to" properly.Jordan K. Hubbard1995-07-302-5/+3
* The default for temporary directory is /var/tmp, not /tmp.Satoshi Asami1995-07-301-1/+1
* You can run pkg_info everywhere expect /var/db/pkg directory :-)Andrey A. Chernov1995-07-303-6/+16
* If some files lost in /var/db/pkg/<port>/ after system crash f.e.,Andrey A. Chernov1995-07-301-7/+7
* Fix coredump for -v flagAndrey A. Chernov1995-07-281-2/+2