aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/delete
Commit message (Expand)AuthorAgeFilesLines
* sync the pkg_install tools with -CURRENT:Oliver Eikemeier2004-08-115-54/+88
* MFC: (1.38) avoid referencing uninitialized variables.Dag-Erling Smørgrav2003-02-281-13/+11
* Add proper crypto dependencies for the benefit of those building staticDag-Erling Smørgrav2003-01-091-0/+5
* Sync style with -current.David E. O'Brien2002-08-311-3/+2
* MFC: don't use the GCC'ism __FUNCTION__, but rather than ISO __func__'ism.David E. O'Brien2002-08-202-17/+15
* MFC: all latest changes, fixes and new features. This pretty much brings codeMaxim Sobolev2002-08-021-16/+40
* The .Nm utilityPhilippe Charnier2002-06-211-0/+2
* MFC: WANSify.Maxim Sobolev2001-10-232-2/+5
* MFC:Maxim Sobolev2001-10-034-68/+99
* MFC:Maxim Sobolev2001-09-182-6/+3
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-8/+8
* MFC: Sync up with HEAD, modulo update/*, version/*, sign/* and r1.38Maxim Sobolev2001-05-171-9/+8
* MFC:Maxim Sobolev2001-03-201-69/+7
* MFC:Maxim Sobolev2001-03-054-22/+108
* MFC:Maxim Sobolev2001-02-211-1/+1
* MFC: various goodness from -current, modulo some of the stuff like "sign"Jordan K. Hubbard2001-02-202-10/+80
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-5/+5
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-8/+6
* MFC: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+1
* MFC: more informative errx() messages, use ISO string functions.Jordan K. Hubbard2000-10-232-5/+5
* MFC: proper parsing of package names, spelling fixes, updatesJordan K. Hubbard2000-09-201-18/+13
* MFC: Use libfetchDag-Erling Smørgrav2000-07-161-2/+2
* MFC r.1.23: Use ``rm -f'' if -f (Force) was given to pkg_deleteTim Vanderhoek2000-06-041-1/+1
* MFC: anti-fascist fixTim Vanderhoek2000-05-131-2/+12
* Add cross references to pkg_version(1) in all the other pkg_* man pages.John Baldwin2000-02-291-0/+1
* While looking for a bug, tripped over style issues with addedJordan K. Hubbard2000-02-181-11/+6
* Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.Dan Moschuk2000-01-181-2/+4
* Teach pkg_delete and pkg_info how to deal with full pathnamesDan Moschuk2000-01-151-2/+23
* Fix bogon in previous commit: pass a string argument to printf(3) toSheldon Hearn2000-01-111-2/+2
* Use a more helpful fatal error message than "Toto! This doesn't lookSheldon Hearn2000-01-111-2/+2
* Use the appropriate macro for double quotes rather than using doubleJordan K. Hubbard1999-09-011-2/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-111-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+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
* document PKG_DBDIRDavid E. O'Brien1998-12-311-0/+13
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-162-12/+131
* Fix bug where trailing slash could confuse the registry removal.Jordan K. Hubbard1998-11-111-1/+7
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-111-10/+15
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-7/+5
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-10/+4
* Don't return from cleanup() - if it's removed the playpen then veryJordan K. Hubbard1997-10-131-1/+2
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-083-61/+45
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* Fix multiple documentation bogons.Jordan K. Hubbard1997-06-191-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
* Protect against missing initial @cwd. Closes PR#2893Jordan K. Hubbard1997-03-061-3/+7