summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_delete
AgeCommit message (Expand)Author
2004-10-19Extra progress meter for the handling of shared items: first showMarc Espie
2004-10-18experimental progress meter.Marc Espie
2004-10-18use OpenBSD::Getopt so that we can do -v -v.Marc Espie
2004-10-17behave according to documentation, e.g., delete groups/users only if -c.Marc Espie
2004-10-11common code for exec/unexec/extraunexec.Marc Espie
2004-10-11simplify ldconfig now that we run in an uniform way.Marc Espie
2004-10-11aggregate all MESSAGES and display them at the end, with proper markers toMarc Espie
2004-10-11move mandir handling to pkg_add/delete time, solely.Marc Espie
2004-10-11common code for all script running.Marc Espie
2004-10-11$state->{beverbose} = $state->{verbose} || $state->{not}Marc Espie
2004-10-11tweak, make it work a bit more like pkg_addMarc Espie
2004-10-11add support for undisplay file, to be able to show information at pkgMarc Espie
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