aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
Commit message (Expand)AuthorAgeFilesLines
* Pass `-9' flag to gzip(1), so that package is compressed using maximumMaxim Sobolev2002-01-171-2/+4
* Add pkg_update to the SEE_ALSO manpage of pkg_create.Giorgos Keramidas2002-01-151-0/+1
* 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
* - Introduce a notion of `packing list format version'. This allows makingMaxim Sobolev2001-10-102-1/+20
* WARNS=2 cleanup.Maxim Sobolev2001-10-104-25/+28
* 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-084-22/+97
* Various fixes and improvements:Maxim Sobolev2001-09-191-0/+1
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-201-2/+2
* Handle snprintf() returning -1.Brian Somers2001-08-201-2/+2
* Reduce private "lesser known" function redirection to improve clarity.David E. O'Brien2001-08-131-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-4/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-19/+19
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Style policy: reformat multiline comments to conform to style(9).Maxim Sobolev2001-05-172-13/+25
* When creating a package sort dependencies in such a way that if dependencyMaxim Sobolev2001-03-151-5/+30
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-2/+2
* Use the more logical author syntax from pkg_version and quoteJordan K. Hubbard2001-02-201-3/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-4/+8
* Make `-y' option actually work.Maxim Sobolev2001-01-241-1/+1
* Use .Pa instead of .Dq.Maxim Sobolev2001-01-221-3/+2
* - Add ability to handle bzip2-compressed packages;Maxim Sobolev2001-01-224-7/+48
* mdoc(7) police: removed leading whitespaces that are not insideRuslan Ermilov2001-01-191-1/+1
* - Fix a nasty bug where pkg_create doesn't gzip package if lengh of packageMaxim Sobolev2001-01-162-8/+5
* Fix a bug where pkg_create does not make an md5 entry for the last item inMaxim Sobolev2001-01-121-11/+16
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-6/+5
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-3/+5
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordMaxim Sobolev2000-10-234-4/+22
* Cause fatal error messages to be a little more helpful to the programmerJordan K. Hubbard2000-10-222-16/+16
* Use libfetch instead of libftpio. This adds support for http and IPv6.Dag-Erling Smørgrav2000-06-271-2/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-4/+8
* Add cross references to pkg_version(1) in all the other pkg_* man pages.John Baldwin2000-02-291-0/+1
* pkg_create doesn't use more(1) for displaying +DISPLAY files, itKris Kennaway2000-02-271-2/+1
* Grammar fix: ``Different than'' should be ``different from''.Chris Costello2000-01-291-1/+1
* Document the fact that pkg_add/delete passes INSTALL/DEINSTALLMasafumi Max NAKANE1999-09-111-0/+5
* Use the appropriate macro for double quotes rather than using doubleJordan K. Hubbard1999-09-011-9/+24
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-111-3/+4
* '?' 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-164-14/+82
* Fix support for uncompressed (".tar") package types. It's not completelySatoshi Asami1998-12-051-5/+21
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-112-34/+58
* o Set paths internally for pkg_add for tools we might want to invoke.Jordan K. Hubbard1998-09-081-2/+1
* Fix bogus suffix stripping to be less naive.Jordan K. Hubbard1998-09-081-9/+7
* Don't exit() from cleanup() if we got there via a non-signal sinceJordan K. Hubbard1998-07-281-2/+3