aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: create.h:1.26, main.c:1.37, perform.c:1.81, pkg_create.1:1.69Kirill Ponomarev2005-11-111-2/+15
* MFC: recursive package creation move (-R).Maxim Sobolev2005-06-151-2/+7
* - pkg_create: new flag -S (clean room installation)Oliver Eikemeier2004-06-291-4/+10
* * Add explicit conflict-checking to the package tools. Packages canKris Kennaway2003-04-171-6/+11
* Improve the Bzip2 handling.David E. O'Brien2002-04-201-3/+8
* Fix SCM ID's.David E. O'Brien2002-04-011-5/+3
* Make `-b' option actually work as advertised.Maxim Sobolev2001-10-251-0/+1
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)Maxim Sobolev2001-10-161-1/+1
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.Maxim Sobolev2001-10-151-1/+1
* OOPS, delete some commented out debugging code committed along with r.1.25.Maxim Sobolev2001-10-081-1/+0
* - Allow package archive to be created from a locally installed package. ThisMaxim Sobolev2001-10-081-7/+28
* Make `-y' option actually work.Maxim Sobolev2001-01-241-1/+1
* - Add ability to handle bzip2-compressed packages;Maxim Sobolev2001-01-221-2/+7
* - Fix a nasty bug where pkg_create doesn't gzip package if lengh of packageMaxim Sobolev2001-01-161-4/+4
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordMaxim Sobolev2000-10-231-3/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* '?' shouldn't be in the usage string. Unknown characters are alreadyWarner Losh1999-06-241-2/+2
* If we are going to have a case for '?' then we should define it in Options.Bill Fumerola1999-06-231-2/+2
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-6/+17
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-38/+17
* Add support for srcdir overrides.Jordan K. Hubbard1997-06-061-3/+8
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
* 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
* Bring forward my changes from 2.1Jordan K. Hubbard1995-10-251-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* 1. Add proper dependencies to the library in my Makefiles. This was pointedJordan K. Hubbard1995-04-221-2/+8
* Add true support for dependency lists.Jordan K. Hubbard1995-04-091-2/+8
* Many of John T. Kohl's patches from NetBSD. Thanks, John!Jordan K. Hubbard1994-12-061-3/+17
* Add `-h' option to force tar to follow symbolic linksAndrew Moore1994-05-191-1/+6
* 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-051-1/+9
* Added and doc'd -X flag to pkg_create that allows you to specify an excludeJordan K. Hubbard1993-09-121-1/+7
* Made staging area configurable rather than assuming /tmp (-t)Jordan K. Hubbard1993-09-051-1/+7
* Lots of misc tweaks, support for arbitrary separators in pkg_info, moreJordan K. Hubbard1993-09-031-1/+1
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-261-0/+125