summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create
Commit message (Expand)AuthorAgeFilesLines
...
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-2/+2
* Handle snprintf() returning -1.brian2001-08-201-2/+2
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-131-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-4/+3
* Remove whitespace at EOL.dd2001-07-151-19/+19
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-172-13/+25
* When creating a package sort dependencies in such a way that if dependencysobomax2001-03-151-5/+30
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-2/+2
* Use the more logical author syntax from pkg_version and quotejkh2001-02-201-3/+2
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+8
* Make `-y' option actually work.sobomax2001-01-241-1/+1
* Use .Pa instead of .Dq.sobomax2001-01-221-3/+2
* - Add ability to handle bzip2-compressed packages;sobomax2001-01-224-7/+48
* mdoc(7) police: removed leading whitespaces that are not insideru2001-01-191-1/+1
* - Fix a nasty bug where pkg_create doesn't gzip package if lengh of packagesobomax2001-01-162-8/+5
* Fix a bug where pkg_create does not make an md5 entry for the last item insobomax2001-01-121-11/+16
* Prepare for mdoc(7)NG.ru2000-12-271-6/+5
* Use Fx macro wherever possible.ru2000-11-141-3/+5
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordsobomax2000-10-234-4/+22
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-222-16/+16
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-271-2/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-4/+8
* Add cross references to pkg_version(1) in all the other pkg_* man pages.jhb2000-02-291-0/+1
* pkg_create doesn't use more(1) for displaying +DISPLAY files, itkris2000-02-271-2/+1
* Grammar fix: ``Different than'' should be ``different from''.chris2000-01-291-1/+1
* Document the fact that pkg_add/delete passes INSTALL/DEINSTALLmax1999-09-111-0/+5
* Use the appropriate macro for double quotes rather than using doublejkh1999-09-011-9/+24
* $Id$ -> $FreeBSD$peter1999-08-286-6/+6
* Various man page cleanup:mpp1999-08-151-2/+2
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-111-3/+4
* '?' 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-164-14/+82
* Fix support for uncompressed (".tar") package types. It's not completelyasami1998-12-051-5/+21
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-112-34/+58
* o Set paths internally for pkg_add for tools we might want to invoke.jkh1998-09-081-2/+1
* Fix bogus suffix stripping to be less naive.jkh1998-09-081-9/+7
* Don't exit() from cleanup() if we got there via a non-signal sincejkh1998-07-281-2/+3
* Document environment variables used by pkg_{add,create,info}. Thesejkoshy1998-06-261-1/+35
* Loosely document the '-s' commandline option.steve1998-05-241-1/+7
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-9/+8
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-071-10/+4
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedjkh1998-02-161-3/+8
* MF22: Revert part of -p handling.jkh1997-11-141-1/+4
* The prefix override code was bogus. The original idea was soundjkh1997-11-131-6/+1
* Don't return from cleanup() - if it's removed the playpen then veryjkh1997-10-131-2/+3
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-085-91/+66
* Document pkg_add's dependency auto-install. While I'm here, fixhoek1997-09-271-7/+7
OpenPOWER on IntegriCloud