summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/main.c
Commit message (Expand)AuthorAgeFilesLines
* Warn users when using pkg tools if it looks like theyeadler2012-10-221-0/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Backout libinstall.a -> libpkg commit.flz2011-05-171-3/+1
* - Add support for xz compression to pkg_create, bzip2 remains the defaultflz2010-10-121-1/+5
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-1/+3
* Add missing `void' keywords.ed2009-12-291-1/+1
* Enable the -n option of pkg_create(1).keramida2008-07-081-0/+4
* Remove support for RELENG_4 (__FreeBSD_version < 500039).flz2008-06-161-4/+0
* - Add long options to pkg_install.flz2008-05-301-7/+26
* Update usage strings to add a missing -n option.keramida2008-05-271-1/+1
* Add a -n option to pkg_create(1), to inhibit duplicate work.keramida2008-05-271-2/+7
* Cleanup of userland __P usekevlo2007-11-071-1/+1
* Fix usage().ru2006-09-291-6/+6
* Allow variable amounts of verbosity.obrien2006-06-121-1/+1
* Use bzip2(1) by default to compress package tarball onkrion2006-04-171-1/+6
* Introduce 3 new options for pkg_create(1), -x for using basickrion2005-11-081-2/+15
* Add -R modifier for the mode when pkg_create(8) creates package filesobomax2005-06-061-2/+7
* - pkg_create: new flag -S (clean room installation)eik2004-06-291-4/+10
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-171-6/+11
* Improve the Bzip2 handling.obrien2002-04-201-3/+8
* Fix SCM ID's.obrien2002-04-011-5/+3
* Make `-b' option actually work as advertised.sobomax2001-10-251-0/+1
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)sobomax2001-10-161-1/+1
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.sobomax2001-10-151-1/+1
* OOPS, delete some commented out debugging code committed along with r.1.25.sobomax2001-10-081-1/+0
* - Allow package archive to be created from a locally installed package. Thissobomax2001-10-081-7/+28
* Make `-y' option actually work.sobomax2001-01-241-1/+1
* - Add ability to handle bzip2-compressed packages;sobomax2001-01-221-2/+7
* - Fix a nasty bug where pkg_create doesn't gzip package if lengh of packagesobomax2001-01-161-4/+4
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordsobomax2000-10-231-3/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* '?' shouldn't be in the usage string. Unknown characters are alreadyimp1999-06-241-2/+2
* If we are going to have a case for '?' then we should define it in Options.billf1999-06-231-2/+2
* Make it possible to have separate install scripts as well as havejkh1998-12-161-6/+17
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-38/+17
* Add support for srcdir overrides.jkh1997-06-061-3/+8
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Bring forward my changes from 2.1jkh1995-10-251-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* 1. Add proper dependencies to the library in my Makefiles. This was pointedjkh1995-04-221-2/+8
* Add true support for dependency lists.jkh1995-04-091-2/+8
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-061-3/+17
* Add `-h' option to force tar to follow symbolic linksalm1994-05-191-1/+6
* Whoops, -Y and -N would work better if they were in the getopts string!jkh1994-04-161-2/+2
* Add -N and -Y flags for auto-answer feature.jkh1994-04-051-1/+9
* Added and doc'd -X flag to pkg_create that allows you to specify an excludejkh1993-09-121-1/+7
* Made staging area configurable rather than assuming /tmp (-t)jkh1993-09-051-1/+7
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-031-1/+1
OpenPOWER on IntegriCloud