aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use lstat() instead of access() for checking file existence. It worksSatoshi Asami1995-06-241-2/+3
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-9/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-3012-37/+37
* Only apply @mode directives to files.Jordan K. Hubbard1995-05-191-3/+3
* Fix a long-standing bug that broke pkg_info utterly and probably madeJordan K. Hubbard1995-05-101-8/+7
* Fix a long-standing bug that broke pkg_info utterly and probably madeJordan K. Hubbard1995-05-102-8/+13
* Bump the number of allowable args by a factor of 4. I just scannedJordan K. Hubbard1995-05-101-2/+2
* Document fetch-by-URL.Jordan K. Hubbard1995-05-101-1/+9
* Re-work make_dist() routine to build the tar command more reasonably.Jordan K. Hubbard1995-05-101-54/+58
* Whoops! One of my automatics was initialized to garbage. Fix it.Jordan K. Hubbard1995-04-281-2/+2
* 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
* Add code for dealing with URLs.Jordan K. Hubbard1995-04-263-11/+208
* Make pkg_info URL aware (and also make it use the PKG_PATH properly, likeJordan K. Hubbard1995-04-262-22/+43
* Add depend on libftp since this is now in lib.Jordan K. Hubbard1995-04-261-1/+3
* Add a great deal more error checking to various things.Jordan K. Hubbard1995-04-262-22/+44
* Further work on making all this more robust in the face of failure.Jordan K. Hubbard1995-04-262-36/+70
* Yikes! How did that typo slip past! I'd swear I compiled it. Oh well,Jordan K. Hubbard1995-04-261-2/+2
* As per Bruce's advice, use sysconf to get the max argument size andJordan K. Hubbard1995-04-261-19/+23
* Check dependencies BEFORE doing final extraction of package.Jordan K. Hubbard1995-04-262-63/+83
* My handling of the missing dependency but !Verbose was wrong. MakeJordan K. Hubbard1995-04-261-2/+7
* Use ARG_MAX instead of _POSIX_ARG_MAX: 4K is too small!Jordan K. Hubbard1995-04-241-3/+3
* Stage almost nothing through the playpen now - this should speed pkg_createsJordan K. Hubbard1995-04-221-24/+38
* Export the min_free() function.Jordan K. Hubbard1995-04-223-7/+23
* Second round:Jordan K. Hubbard1995-04-224-69/+165
* 1. Add an new @option directive. You'll understand it better in a moment.Jordan K. Hubbard1995-04-223-13/+44
* Argh - missed a printf! That should be the last of plist-spewers.Jordan K. Hubbard1995-04-221-2/+2