summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/delete
Commit message (Expand)AuthorAgeFilesLines
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-171-3/+6
* When creating a package sort dependencies in such a way that if dependencysobomax2001-03-151-68/+3
* When called with the "-n" command line argument, pkg_deleteroberto2001-03-041-5/+4
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-4/+4
* - Merge recently added into pkg_info(1) regex/glob matching functionality intosobomax2001-02-274-18/+104
* Fix a typo, that in some cases may lead to incorrect packages reordering.sobomax2001-02-211-1/+1
* Use the more logical author syntax from pkg_version and quotejkh2001-02-201-3/+2
* Improve pkg_delete(1) behaviour when deleting several packages at once.sobomax2001-02-191-3/+74
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-3/+3
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+2
* Prepare for mdoc(7)NG.ru2001-01-161-5/+5
* Prepare for mdoc(7)NG.ru2000-12-271-8/+6
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-222-5/+5
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-271-2/+2
* Use `rm -f` if the -f (force) option was given.hoek2000-06-021-1/+1
* Avoid infinite loops when given a package name like 'm4-1.1/'.steve2000-05-141-18/+13
* Finally remove the restriction introduced from NetBSD in r.1.3 thathoek2000-05-131-2/+12
* Add cross references to pkg_version(1) in all the other pkg_* man pages.jhb2000-02-291-0/+1
* While looking for a bug, tripped over style issues with addedjkh2000-02-181-11/+6
* Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.dan2000-01-181-2/+4
* Teach pkg_delete and pkg_info how to deal with full pathnamesdan2000-01-151-2/+23
* Fix bogon in previous commit: pass a string argument to printf(3) tosheldonh2000-01-111-2/+2
* Use a more helpful fatal error message than "Toto! This doesn't looksheldonh2000-01-111-2/+2
* Use the appropriate macro for double quotes rather than using doublejkh1999-09-011-2/+3
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
* Various man page cleanup:mpp1999-08-151-2/+2
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-111-3/+3
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+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
* document PKG_DBDIRobrien1998-12-311-0/+13
* Make it possible to have separate install scripts as well as havejkh1998-12-162-12/+131
* Fix bug where trailing slash could confuse the registry removal.jkh1998-11-111-1/+7
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-111-10/+15
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-7/+5
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-071-10/+4
* Don't return from cleanup() - if it's removed the playpen then veryjkh1997-10-131-1/+2
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-083-61/+45
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
* Fix multiple documentation bogons.jkh1997-06-191-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Protect against missing initial @cwd. Closes PR#2893jkh1997-03-061-3/+7
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Add MD5 checksums to packing list for all files during pkg_create and usejkh1996-07-303-8/+7
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-3/+3
* Make pkg_install understand and use libftpio instead of its ownjkh1996-06-203-4/+8
* Another round of man page cleanups.mpp1996-02-121-8/+8
OpenPOWER on IntegriCloud