Age | Commit message (Expand) | Author |
2005-01-22 | do not clean-up shared items in pretend mode (for now, need extra logic | Marc Espie |
2005-01-14 | `big lock' model: lock the whole db for reading/writing. | Marc Espie |
2005-01-03 | rename -f -> -F | Marc Espie |
2004-12-27 | recover from a nasty problem, allow people to delete package even if | Marc Espie |
2004-12-27 | better message | Marc Espie |
2004-12-15 | move -n down into RequiredBy and PackingList (as $main::not, since we | Marc Espie |
2004-12-12 | add somewhat more regular error catching code. | Marc Espie |
2004-12-06 | Usage | Marc Espie |
2004-11-15 | clean-up: pull all option parsing together. | Marc Espie |
2004-11-14 | allows for several -f options, since OpenBSD::Getopt makes this possible | Marc Espie |
2004-11-14 | turn on progress meter by default, use -x to disable it. | Marc Espie |
2004-11-14 | let RequiredBy generate lists directly, use hashes to trim down duplicates di... | Marc Espie |
2004-11-11 | reversed test. | Marc Espie |
2004-11-11 | store a ref to %forced in $state, for access anywhere. | Marc Espie |
2004-11-11 | move some code from pkg_add to OpenBSD/Add.pm, for symetry with pkg_delete. | Marc Espie |
2004-11-11 | don't touch font directories if -n either... | Marc Espie |
2004-11-11 | introduce shortcuts to read/write contents from_installation/to_installation | Marc Espie |
2004-11-11 | fix interaction of -n -v -r. | Marc Espie |
2004-11-09 | kill old Logger interface, use $state->print() to report problems at | Marc Espie |
2004-11-07 | show tally in verbose mode as well, why not ? | Marc Espie |
2004-10-31 | Simplify ldconfig handling: one single ensure_ldconfig routine that | Marc Espie |
2004-10-31 | Move most of the code of pkg_delete into a separate module so that it will | Marc Espie |
2004-10-31 | Erase old code | Marc Espie |
2004-10-26 | kill old duplicate code. | Marc Espie |
2004-10-26 | move the code that handles shared items into a separate Module. | Marc Espie |
2004-10-23 | store pkgname in shared items, so that delayed printing can be used | Marc Espie |
2004-10-20 | basic framework for delayed messages. | Marc Espie |
2004-10-19 | Extra progress meter for the handling of shared items: first show | Marc Espie |
2004-10-18 | experimental progress meter. | Marc Espie |
2004-10-18 | use OpenBSD::Getopt so that we can do -v -v. | Marc Espie |
2004-10-17 | behave according to documentation, e.g., delete groups/users only if -c. | Marc Espie |
2004-10-11 | common code for exec/unexec/extraunexec. | Marc Espie |
2004-10-11 | simplify ldconfig now that we run in an uniform way. | Marc Espie |
2004-10-11 | aggregate all MESSAGES and display them at the end, with proper markers to | Marc Espie |
2004-10-11 | move mandir handling to pkg_add/delete time, solely. | Marc Espie |
2004-10-11 | common code for all script running. | Marc Espie |
2004-10-11 | $state->{beverbose} = $state->{verbose} || $state->{not} | Marc Espie |
2004-10-11 | tweak, make it work a bit more like pkg_add | Marc Espie |
2004-10-11 | add support for undisplay file, to be able to show information at pkg | Marc Espie |
2004-09-24 | ditch `config' in the @sample messages, since this more or less covers | Marc Espie |
2004-09-24 | 2nd half of @newuser/@newgroup: treat them as shared items, and remove | Marc Espie |
2004-09-21 | typo | Marc Espie |
2004-09-21 | rename cleanup dirs functions, since they will apply to all shared items | Marc Espie |
2004-09-20 | use fullname() in sample, so that absolute names AND relative names work. | Marc Espie |
2004-09-18 | full support for @shell: insert shells into /etc/shells if they're | Marc Espie |
2004-09-14 | better wording for documentation. | Marc Espie |
2004-08-11 | protect main loop of pkg_delete with an eval, so that | Marc Espie |
2004-08-10 | typo | Marc Espie |
2004-08-10 | cosmetic tweak: ensure all dirs always get exactly one / at the end. | Marc Espie |
2004-08-09 | record remaining DirRms. | Marc Espie |