summaryrefslogtreecommitdiff
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 retireBaptiste Daroussin2013-10-311-425/+0
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Print the package name on deletion errors.Sergey Kandaurov2011-09-161-2/+2
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-171-1/+1
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-1/+1
* Various fixes.Florent Thoumie2010-04-011-6/+14
* - Restore functionality broken in previous commit; we need to be able to reportPav Lucistnik2008-05-031-2/+5
* Optimize package registration/deregistration. Previously, when looking up thePav Lucistnik2008-04-111-10/+26
* Fix segfault while running with -a option and deinstalling brokenKirill Ponomarev2007-11-101-1/+1
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-291-3/+3
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-291-27/+43
* - match package version numbers with relational operatorsOliver Eikemeier2004-06-291-0/+1
* Fix a long-standing bug where if the package being deleted had noDag-Erling Smørgrav2003-02-251-13/+11
* - Make use of DEPOROGINs (if there are any) when installing package;Maxim Sobolev2002-05-141-16/+40
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-111-6/+6
* fix build:Alfred Perlstein2002-05-111-4/+7
* Fix SCM ID's.David E. O'Brien2002-04-011-5/+3
* Various fixes and improvements:Maxim Sobolev2001-09-191-65/+87
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...Maxim Sobolev2001-08-021-5/+2
* Usability tweak:Maxim Sobolev2001-08-021-9/+9
* Style policy: reformat multiline comments to conform to style(9).Maxim Sobolev2001-05-171-3/+6
* When creating a package sort dependencies in such a way that if dependencyMaxim Sobolev2001-03-151-68/+3
* When called with the "-n" command line argument, pkg_deleteOllivier Robert2001-03-041-5/+4
* - Merge recently added into pkg_info(1) regex/glob matching functionality intoMaxim Sobolev2001-02-271-1/+37
* Fix a typo, that in some cases may lead to incorrect packages reordering.Maxim Sobolev2001-02-211-1/+1
* Improve pkg_delete(1) behaviour when deleting several packages at once.Maxim Sobolev2001-02-191-3/+74
* Cause fatal error messages to be a little more helpful to the programmerJordan K. Hubbard2000-10-221-4/+4
* Use `rm -f` if the -f (force) option was given.Tim Vanderhoek2000-06-021-1/+1
* 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-111-3/+3
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-4/+66
* 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
* 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-081-23/+28
* Protect against missing initial @cwd. Closes PR#2893Jordan K. Hubbard1997-03-061-3/+7
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add MD5 checksums to packing list for all files during pkg_create and useJordan K. Hubbard1996-07-301-4/+4
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-201-3/+3
* Bring my pkg_install improvements forward from 2.1.Jordan K. Hubbard1995-11-121-5/+10
* Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is theJordan K. Hubbard1995-04-191-3/+8
* Many of John T. Kohl's patches from NetBSD. Thanks, John!Jordan K. Hubbard1994-12-061-5/+85
* Don't let pkg_delete remove the recorded location until everything hasJordan K. Hubbard1994-09-291-3/+3
* The environment variable PKG_PREFIX is set to the first @cwd commandSatoshi Asami1994-05-251-10/+13
* Fix problems with executing from current directoryJordan K. Hubbard1993-10-081-3/+3
* Lots of misc tweaks, support for arbitrary separators in pkg_info, moreJordan K. Hubbard1993-09-031-1/+1
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-261-0/+119