summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/delete
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bring my pkg_install improvements forward from 2.1.jkh1995-11-121-5/+10
* Remove useless -lftp arguments from Makefiles.jkh1995-08-041-3/+0
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Add depend on libftp since this is now in lib.jkh1995-04-261-1/+3
* 1. Add proper dependencies to the library in my Makefiles. This was pointedjkh1995-04-221-1/+7
* Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is thejkh1995-04-191-3/+8
* Whoops! How embarassing. Just now noticed that I forget to update the .Osjkh1995-01-051-1/+1
* More changes from John T. Kohl. Man pages, mostly.jkh1994-12-061-82/+142
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-063-12/+109
* Don't let pkg_delete remove the recorded location until everything hasjkh1994-09-291-3/+3
* The environment variable PKG_PREFIX is set to the first @cwd commandasami1994-05-252-10/+27
* Make clear what arguments the "require" script gets.asami1994-05-201-2/+5
* Fix problems with executing from current directoryjkh1993-10-081-3/+3
* Now works with/without obj directoriesnate1993-09-201-1/+2
OpenPOWER on IntegriCloud