aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
* MFC directory permission fix.Wes Peters2001-12-071-1/+1
* MFC:Maxim Sobolev2001-03-202-1/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-03-201-0/+113
* MFC: sync with 1.3.Maxim Sobolev2001-03-151-2/+23
* MFC:Maxim Sobolev2001-03-052-1/+11
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-02-271-0/+212
* MFC: add ability to handle bzip2-compressed packages.Maxim Sobolev2001-02-052-18/+27
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-111-2/+3
* MFC: fix interaction with libfetch and tar.Dag-Erling Smørgrav2000-11-011-17/+39
* MFC: more informative errx() messages, use ISO string functions.Jordan K. Hubbard2000-10-234-24/+24
* MFC: proper parsing of package names, spelling fixes, updatesJordan K. Hubbard2000-09-203-6/+24
* MFC: Use libfetchDag-Erling Smørgrav2000-07-162-115/+33
* MFC rev 1.41: Fix post-creation cleanup bug.Sheldon Hearn2000-03-151-2/+2
* 1. If checking for directory-ness, check "dir" and "dir/" to catchJordan K. Hubbard2000-02-191-0/+2
* Use lstat(2) rather than stat(2) in isdir(), so that a symlink to aDavid E. O'Brien2000-02-081-1/+1
* Deal with package filenames which contain spaces.Jordan K. Hubbard2000-01-041-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-112-3/+5
* Revive the PKG_ADD_BASE stuff a bit.Jordan K. Hubbard1999-05-121-1/+2
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-1/+3
* Fix support for uncompressed (".tar") package types. It's not completelySatoshi Asami1998-12-051-3/+3
* Revert 1.33; lstat() is indeed the wrong thing to do here. I'llJordan K. Hubbard1998-10-141-2/+2
* Use lstat() rather than stat in determining whether a file exists,Jordan K. Hubbard1998-10-091-2/+2
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-114-33/+56
* o Set paths internally for pkg_add for tools we might want to invoke.Jordan K. Hubbard1998-09-081-5/+5
* Silence potentially bogus warning.Jordan K. Hubbard1998-09-011-2/+2
* Paranoia: use mkdtemp instead of mktempJacques Vidrine1998-07-281-4/+3
* Clarify "Cannot delete file as directory" errmessage.Tim Vanderhoek1998-07-181-3/+3
* Fix dependent-package loading when pkg_adding with an FTP URL. I brokeJordan K. Hubbard1998-04-121-9/+40
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedJordan K. Hubbard1998-02-162-18/+16
* MF22: Additional paranoia in cleanup.Jordan K. Hubbard1998-01-091-2/+2
* - do string-magic on the right variable when tryingJordan K. Hubbard1997-10-181-3/+4
* Don't return from cleanup() - if it's removed the playpen then veryJordan K. Hubbard1997-10-131-4/+5
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-088-79/+69
* Eliminate an annoying message.Jordan K. Hubbard1997-09-021-4/+2
* Change the naming conventions for preserve'd files and also documentJordan K. Hubbard1997-07-012-12/+43
* YAMF22 - deletes and preserve option fixes.Jordan K. Hubbard1997-06-301-21/+25
* Add support for @option preserve - moves existing files out of the wayJordan K. Hubbard1997-06-291-3/+24
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-227-7/+7
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-147-7/+7
* Use new ftpGetURL interface, as result, report FTP errorAndrey A. Chernov1996-11-141-4/+7
* Fix PR#1557 - chained package dependencies using URLs didn't work.Jordan K. Hubbard1996-10-141-2/+3
* Put verbosity in the right place.Jordan K. Hubbard1996-08-011-3/+3
* Add MD5 checksums to packing list for all files during pkg_create and useJordan K. Hubbard1996-07-303-42/+78
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-207-498/+30
* Change min_free to return free space as an off_t instead of a size_t.Alexander Langer1996-06-082-6/+6
* Fix a couple of miscellaneous bugs and make pkg_add also support readingJordan K. Hubbard1996-03-121-7/+11
* Initialize the argument list in the unpack() routine to zero.Mike Pritchard1996-02-191-1/+2
* Fix to catch a stupid oversight on my part which allowed this thingJordan K. Hubbard1996-02-091-2/+2
* Bring my pkg_install improvements forward from 2.1.Jordan K. Hubbard1995-11-122-60/+53