aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/perform.c
Commit message (Expand)AuthorAgeFilesLines
...
* MF22: Revert part of -p handling.Jordan K. Hubbard1997-11-141-1/+4
* The prefix override code was bogus. The original idea was soundJordan K. Hubbard1997-11-131-6/+1
* Don't return from cleanup() - if it's removed the playpen then veryJordan K. Hubbard1997-10-131-2/+3
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-13/+19
* Add proper md5 comments to ports-installed packages also byJordan K. Hubbard1997-07-041-1/+2
* Add support for srcdir overrides.Jordan K. Hubbard1997-06-061-1/+9
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add MD5 checksums to packing list for all files during pkg_create and useJordan K. Hubbard1996-07-301-6/+1
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-201-2/+3
* Close a file descriptor that I had (harmlessly) left open in a childJohn Polstra1996-03-201-1/+2
* Fixed pkg_create to eliminate the limits on the size of the PLIST.John Polstra1996-02-061-31/+41
* Bring forward my changes from 2.1Jordan K. Hubbard1995-10-251-3/+5
* Bump the number of allowable args by a factor of 4. I just scannedJordan K. Hubbard1995-05-101-2/+2
* Re-work make_dist() routine to build the tar command more reasonably.Jordan K. Hubbard1995-05-101-54/+58
* Add a great deal more error checking to various things.Jordan K. Hubbard1995-04-261-22/+41
* 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
* 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
* Second round:Jordan K. Hubbard1995-04-221-3/+13
* Argh - missed a printf! That should be the last of plist-spewers.Jordan K. Hubbard1995-04-221-2/+2
* Don't spew garbage into the packing list when PlistOnly and verbose areJordan K. Hubbard1995-04-221-3/+3
* 1. Add proper dependencies to the library in my Makefiles. This was pointedJordan K. Hubbard1995-04-221-2/+11
* Neither of these tools really told you what you needed to know neatlyJordan K. Hubbard1995-04-101-6/+13
* Add true support for dependency lists.Jordan K. Hubbard1995-04-091-1/+9
* Many of John T. Kohl's patches from NetBSD. Thanks, John!Jordan K. Hubbard1994-12-061-1/+15
* Don't create packages with bogus @name lines.Jordan K. Hubbard1994-11-171-2/+2
* This should do it - I forgot about pkg_info.Jordan K. Hubbard1994-10-141-2/+2
* My last commit to bsd.port.mk made me think - `pkg_create -p ...' shouldJordan K. Hubbard1994-10-041-5/+7
* Allow creation of absolute package namesAdam David1994-08-291-3/+6
* Change in_plist() call to find_plist().Jordan K. Hubbard1994-05-251-2/+2
* Add `-h' option to force tar to follow symbolic linksAndrew Moore1994-05-191-1/+3
* Doc new % sequence expansion for command execution.Jordan K. Hubbard1993-09-181-2/+2
* Whoops - got the exclude flag wrong, try again.Jordan K. Hubbard1993-09-121-4/+7
* Added and doc'd -X flag to pkg_create that allows you to specify an excludeJordan K. Hubbard1993-09-121-1/+3
* Made staging area configurable rather than assuming /tmp (-t)Jordan K. Hubbard1993-09-051-2/+2
* Fixed bug in pkg_create that affected Rich's attempts to package emacsJordan K. Hubbard1993-09-041-1/+2
* Lots of misc tweaks, support for arbitrary separators in pkg_info, moreJordan K. Hubbard1993-09-031-3/+8
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-261-0/+165