Age | Commit message (Expand) | Author |
2004-09-22 | document the semantics of @newuser/@newgroup | Marc Espie |
2004-09-21 | @newuser/@newgroup initial support: | 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 | error out for pkgcfl in pkg_create, but don't warn if it's found in | Marc Espie |
2004-09-20 | deals with conflicts, must keep pkgcfl around a little while longer... | Marc Espie |
2004-09-20 | old pkgcfl is dead. | Marc Espie |
2004-09-20 | use fullname() in sample, so that absolute names AND relative names work. | Marc Espie |
2004-09-18 | framework to be able to distinguish packages installed manually (and thus | Marc Espie |
2004-09-18 | full support for @shell: insert shells into /etc/shells if they're | Marc Espie |
2004-09-18 | document new @shell and @conflict. | Marc Espie |
2004-09-18 | new-style conflicts that respect pkgspec. | Marc Espie |
2004-09-17 | warn for dirrm. | Marc Espie |
2004-09-16 | Add LibraryOnly routine to check on @lib files. | Marc Espie |
2004-09-15 | Support for -Dvar=value in pkg_create: | Marc Espie |
2004-09-15 | new getopt module, that allows for option-specific processing, so that | Marc Espie |
2004-09-15 | shell keyword... | Marc Espie |
2004-09-14 | add support for info directories. | Marc Espie |
2004-09-14 | better wording for documentation. | Marc Espie |
2004-09-14 | use System or Vsystem everywhere. | Marc Espie |
2004-09-14 | better reporting of conflicts, suggested by naddy@ | Marc Espie |
2004-09-14 | report issues while installing configuration files. | Marc Espie |
2004-09-14 | use chown/chmod system calls directly where possible. | Marc Espie |
2004-09-14 | basic error wrapper for system and such. | Marc Espie |
2004-09-14 | use IdCache. | Marc Espie |
2004-09-14 | IdCache module, that deals with uid/gid caches. | Marc Espie |
2004-09-14 | install mtree. | Marc Espie |
2004-09-14 | new categories, modules and manual-installation, not active yet. | Marc Espie |
2004-09-14 | Handle basic mtree for directory creation. | Marc Espie |
2004-08-27 | make sure pkg_create keeps track of cwd. | Marc Espie |
2004-08-25 | typos from -f (PR #3908); | Jason McIntyre |
2004-08-12 | add missing $ | Brad Smith |
2004-08-12 | ditch File::Copy so that buffering is consistent. | Marc Espie |
2004-08-11 | allow for a fonts.dir.dist, for cases where mkfontdir doesn't know what to do. | Marc Espie |
2004-08-11 | protect main loop of pkg_delete with an eval, so that | Marc Espie |
2004-08-10 | Document @man, @info, @lib, @mandir, @fontdir. | 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 |
2004-08-07 | use chroot DESTDIR ldconfig in DESTDIR case. | Marc Espie |
2004-08-06 | Use .Dl instead of a literal block when we only have a single line. Has | Todd C. Miller |
2004-08-06 | Fix typo (.Bd that should be .Ed) | Todd C. Miller |
2004-08-06 | protect makewhatis calls inside eval. | Marc Espie |
2004-08-06 | use OpenBSD::Makewhatis, avoid forking extra makewhatis. | Marc Espie |
2004-08-06 | fix one of the most bizarre bugs in a while... | Marc Espie |
2004-08-06 | @lib shared library marker. | Marc Espie |
2004-08-06 | Document filename semantics, @sample, @extra. | Marc Espie |
2004-08-06 | unneeded switch to main package. | Marc Espie |
2004-08-06 | avoid pulling in OpenBSD::md5 and File::Copy if we can. | Marc Espie |
2004-08-06 | block-scoped require is way simpler than weird AUTOLOAD hack. | Marc Espie |