summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_delete
AgeCommit message (Expand)Author
2004-09-24ditch `config' in the @sample messages, since this more or less coversMarc Espie
2004-09-242nd half of @newuser/@newgroup: treat them as shared items, and removeMarc Espie
2004-09-21typoMarc Espie
2004-09-21rename cleanup dirs functions, since they will apply to all shared itemsMarc Espie
2004-09-20use fullname() in sample, so that absolute names AND relative names work.Marc Espie
2004-09-18full support for @shell: insert shells into /etc/shells if they'reMarc Espie
2004-09-14better wording for documentation.Marc Espie
2004-08-11protect main loop of pkg_delete with an eval, so thatMarc Espie
2004-08-10typoMarc Espie
2004-08-10cosmetic tweak: ensure all dirs always get exactly one / at the end.Marc Espie
2004-08-09record remaining DirRms.Marc Espie
2004-08-07use chroot DESTDIR ldconfig in DESTDIR case.Marc Espie
2004-08-06protect makewhatis calls inside eval.Marc Espie
2004-08-06use OpenBSD::Makewhatis, avoid forking extra makewhatis.Marc Espie
2004-08-06@lib shared library marker.Marc Espie
2004-08-06unified headers, switch to smaller copyright notice.Marc Espie
2004-08-06Extradir name.Marc Espie
2004-08-06deinstall DirRm like DirBase.Marc Espie
2004-08-05refactor classes in PackingElement to share more code.Marc Espie
2004-08-03Support @sample, tested by fries@.Marc Espie
2004-08-02@man type file for manpages.Marc Espie
2004-07-20support for gnu-info, with @info keyword.Marc Espie
2004-07-18when deleting @link, don't bother checking for md5, since we don't have any.Marc Espie
2004-07-14Rework @dirrm: keep them all, and remove them at the end of pkg_delete.Marc Espie
2004-06-21support for old stuff in pkg_info/pkg_delete, e.g., @srcMarc Espie
2004-02-25Add -B support to pkg_delete.Marc Espie
2004-01-28Add -L to record/enforce localbase.Marc Espie
2004-01-27more forced keywords.Marc Espie
2004-01-27first series of -forced switches, looks okay to henning@.Marc Espie
2004-01-27-f framework, manpage fixes.Marc Espie
2004-01-27show $! in system related errors.Marc Espie
2004-01-27remove package if RequiredBy file ends up empty too soon.Marc Espie
2003-12-21Add virtual file system, so that pkg_add and pkg_delete can check forMarc Espie
2003-12-10Flag unresolved package names as errors.Marc Espie
2003-12-10Replace Adding/Deleting with "Pretending to add/delete" in -n mode.Marc Espie
2003-12-09better management of list of installed packages. Allow pkg_add/delete -nMarc Espie
2003-11-09fix semantics to match old tools. This prefix is what was passed onMarc Espie
2003-11-06set env PKG_PREFIX for compatibility with old tools.Marc Espie
2003-11-06Allow the use of full paths to refer to installed packages, so thatMarc Espie
2003-11-04let pkg_delete use logging facilities to save issues with deleting filesMarc Espie
2003-11-03canonpath strips ending /, rely on unstripped name for @extra.Marc Espie
2003-11-03fix logic wrt pkgstems and dependencies.Marc Espie
2003-10-28let pkg_delete evaluate dependencies earlier: check that all packagesMarc Espie
2003-10-27extra block around do while loop.Marc Espie
2003-10-23Typo. Fix removal for multiple times the same dependency.Marc Espie
2003-10-23missing space in DEINSTALL message.Marc Espie
2003-10-19plist's has/get methods for accessing elements: perl ->{} has quirksMarc Espie
2003-10-16new import of my pkgtools, after a slight naming disagreement with theMarc Espie