aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/delete
Commit message (Expand)AuthorAgeFilesLines
...
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-3/+3
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-5/+5
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-8/+6
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Cause fatal error messages to be a little more helpful to the programmerJordan K. Hubbard2000-10-222-5/+5
* Use libfetch instead of libftpio. This adds support for http and IPv6.Dag-Erling Smørgrav2000-06-271-2/+2
* Use `rm -f` if the -f (force) option was given.Tim Vanderhoek2000-06-021-1/+1
* Avoid infinite loops when given a package name like 'm4-1.1/'.Steve Price2000-05-141-18/+13
* Finally remove the restriction introduced from NetBSD in r.1.3 thatTim 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
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Add MD5 checksums to packing list for all files during pkg_create and useJordan K. Hubbard1996-07-303-8/+7
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-3/+3
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-203-4/+8
* Another round of man page cleanups.Mike Pritchard1996-02-121-8/+8
* Bring my pkg_install improvements forward from 2.1.Jordan K. Hubbard1995-11-121-5/+10
* Remove useless -lftp arguments from Makefiles.Jordan K. Hubbard1995-08-041-3/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Add depend on libftp since this is now in lib.Jordan K. Hubbard1995-04-261-1/+3
* 1. Add proper dependencies to the library in my Makefiles. This was pointedJordan K. Hubbard1995-04-221-1/+7
* Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is theJordan K. Hubbard1995-04-191-3/+8
* Whoops! How embarassing. Just now noticed that I forget to update the .OsJordan K. Hubbard1995-01-051-1/+1
* More changes from John T. Kohl. Man pages, mostly.Jordan K. Hubbard1994-12-061-82/+142