aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/main.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* MFC r213718:Martin Matuska2010-11-231-1/+5
* Synchronize pkg_install with HEAD.Florent Thoumie2010-01-221-1/+1
* Enable the -n option of pkg_create(1).Giorgos Keramidas2008-07-081-0/+4
* Remove support for RELENG_4 (__FreeBSD_version < 500039).Florent Thoumie2008-06-161-4/+0
* - Add long options to pkg_install.Florent Thoumie2008-05-301-7/+26
* Update usage strings to add a missing -n option.Giorgos Keramidas2008-05-271-1/+1
* Add a -n option to pkg_create(1), to inhibit duplicate work.Giorgos Keramidas2008-05-271-2/+7
* Cleanup of userland __P useKevin Lo2007-11-071-1/+1
* Fix usage().Ruslan Ermilov2006-09-291-6/+6
* Allow variable amounts of verbosity.David E. O'Brien2006-06-121-1/+1
* Use bzip2(1) by default to compress package tarball onKirill Ponomarev2006-04-171-1/+6
* Introduce 3 new options for pkg_create(1), -x for using basicKirill Ponomarev2005-11-081-2/+15
* Add -R modifier for the mode when pkg_create(8) creates package fileMaxim Sobolev2005-06-061-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