summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/Delete.pm
AgeCommit message (Expand)Author
2005-08-22likewise, report only the first three filesMarc Espie
2005-08-17rename erase to more appropriate forgetMarc Espie
2005-08-16check special names too.Marc Espie
2005-08-09if we are replacing a package, the messages for @extra stuff should beMarc Espie
2005-08-05Make sure $totsize != 0, even if the package does not contain any actualMarc Espie
2005-07-24deal with a special case, where we are replacing files with changed md5:Marc Espie
2005-02-09in case some md5 don't match, keep the offending files around as aMarc Espie
2004-12-29show `reading plist' while deleting packages, since we can do this easily,Marc Espie
2004-12-21fix nasty cache-out-of-sync bug.Marc Espie
2004-12-20don't display some details in -n mode unless very verbose.Marc Espie
2004-12-16renamed borked_installation from borked.n to partial-<pkgname> ...Marc Espie
2004-12-15move -n down into RequiredBy and PackingList (as $main::not, since weMarc Espie
2004-12-12add somewhat more regular error catching code.Marc Espie
2004-12-02Vstat API changed slightly. Found out by fries@Marc Espie
2004-11-27record sample/extra directories if !extra, so that SharedItems won't warnMarc Espie
2004-11-27be verbose if !extra, tell user what they should do manually.Marc Espie
2004-11-21check_lib_specs -> check_lib_spec: check one spec at a time, and report on it.Marc Espie
2004-11-14stop storing @pkdep into packing-lists, use separate REQUIRING file instead.Marc Espie
2004-11-11forget packing-lists after deleting the package (avoid out-of-memory errorMarc Espie
2004-11-11synch validate_plistMarc Espie
2004-11-11introduce shortcuts to read/write contents from_installation/to_installationMarc Espie
2004-11-09kill old Logger interface, use $state->print() to report problems atMarc Espie
2004-11-09kill dup codeMarc Espie
2004-11-06die if moving tempfiles doesn't work.Marc Espie
2004-11-01allows Delete to remove a plist (assuming it's already been validated).Marc Espie
2004-10-31fix logic error: we will be able to fully validate the new packing-listMarc Espie
2004-10-31Move most of the code of pkg_delete into a separate module so that it willMarc Espie