summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/delete/perform.c
Commit message (Expand)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retirebapt2013-10-311-425/+0
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Print the package name on deletion errors.pluknet2011-09-161-2/+2
* Backout libinstall.a -> libpkg commit.flz2011-05-171-1/+1
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-1/+1
* Various fixes.flz2010-04-011-6/+14
* - Restore functionality broken in previous commit; we need to be able to reportpav2008-05-031-2/+5
* Optimize package registration/deregistration. Previously, when looking up thepav2008-04-111-10/+26
* Fix segfault while running with -a option and deinstalling brokenkrion2007-11-101-1/+1
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-291-3/+3
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...eik2004-06-291-27/+43
* - match package version numbers with relational operatorseik2004-06-291-0/+1
* Fix a long-standing bug where if the package being deleted had nodes2003-02-251-13/+11
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-141-16/+40
* replace __FUNCTION__ with standardized __func__.alfred2002-05-111-6/+6
* fix build:alfred2002-05-111-4/+7
* Fix SCM ID's.obrien2002-04-011-5/+3
* Various fixes and improvements:sobomax2001-09-191-65/+87
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-021-5/+2
* Usability tweak:sobomax2001-08-021-9/+9
* 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
* - Merge recently added into pkg_info(1) regex/glob matching functionality intosobomax2001-02-271-1/+37
* Fix a typo, that in some cases may lead to incorrect packages reordering.sobomax2001-02-211-1/+1
* Improve pkg_delete(1) behaviour when deleting several packages at once.sobomax2001-02-191-3/+74
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-221-4/+4
* Use `rm -f` if the -f (force) option was given.hoek2000-06-021-1/+1
* 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
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-111-3/+3
* Make it possible to have separate install scripts as well as havejkh1998-12-161-4/+66
* 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
* 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-081-23/+28
* Protect against missing initial @cwd. Closes PR#2893jkh1997-03-061-3/+7
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add MD5 checksums to packing list for all files during pkg_create and usejkh1996-07-301-4/+4
* Make pkg_install understand and use libftpio instead of its ownjkh1996-06-201-3/+3
* Bring my pkg_install improvements forward from 2.1.jkh1995-11-121-5/+10
* Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is thejkh1995-04-191-3/+8
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-061-5/+85
* 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-251-10/+13
* Fix problems with executing from current directoryjkh1993-10-081-3/+3
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-031-1/+1
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+119
OpenPOWER on IntegriCloud