aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvscvs2svn1997-10-215-5/+5
* MFC: less destructive cleanup() handling.Jordan K. Hubbard1997-10-131-2/+3
* MFC: Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-095-92/+67
* mfcTim Vanderhoek1997-09-271-7/+7
* MFC: getopt returns -1 not EOFWarner Losh1997-08-291-2/+2
* YAMFC (se fix)Jordan K. Hubbard1997-07-041-1/+2
* YAMFCJordan K. Hubbard1997-07-011-1/+13
* YAMFC from PR#3798Jordan K. Hubbard1997-06-191-2/+2
* Add support to allow source dir overrides on command line.Jordan K. Hubbard1997-06-063-6/+20
* Typo fix.Masafumi Max NAKANE1997-05-031-2/+2
* Clarify @srcdir vs @cwd.Jordan K. Hubbard1997-03-281-5/+6
* Add MD5 checksums to packing list for all files during pkg_create and useJordan K. Hubbard1996-07-303-18/+15
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-3/+3
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-202-2/+5
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-04-081-2/+2
* Close a file descriptor that I had (harmlessly) left open in a childJohn Polstra1996-03-201-1/+2
* Another round of man page cleanups.Mike Pritchard1996-02-121-6/+6
* 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-253-8/+10
* Remove useless -lftp arguments from Makefiles.Jordan K. Hubbard1995-08-041-3/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-5/+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-262-22/+44
* 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-225-9/+42
* 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-094-5/+29
* Whoops! How embarassing. Just now noticed that I forget to update the .OsJordan K. Hubbard1995-01-051-2/+2
* Fix misleading typo in description of @unexec.Jordan K. Hubbard1995-01-051-2/+2
* More changes from John T. Kohl. Man pages, mostly.Jordan K. Hubbard1994-12-061-166/+248
* Many of John T. Kohl's patches from NetBSD. Thanks, John!Jordan K. Hubbard1994-12-064-11/+162
* Don't create packages with bogus @name lines.Jordan K. Hubbard1994-11-171-2/+2
* Remove the QUERY_* functions. I don't think they're as good anJordan K. Hubbard1994-11-171-17/+1
* 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-292-9/+15
* Add @srcdir option for customizing creation of packages.Jordan K. Hubbard1994-08-282-1/+12
* 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-194-3/+15
* Whoops, -Y and -N would work better if they were in the getopts string!Jordan K. Hubbard1994-04-161-2/+2
* Add -N and -Y flags for auto-answer feature.Jordan K. Hubbard1994-04-052-1/+17
* Now works with/without obj directoriesNate Williams1993-09-201-1/+2
* Doc new % sequence expansion for command execution.Jordan K. Hubbard1993-09-182-7/+52