summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
AgeCommit message (Expand)Author
2002-09-08Avoid ordered comparison between pointers and integers (ANSI).Thierry Deval
2002-07-01typo.Brad Smith
2002-06-09some fixes.Brad Smith
2002-04-06PR2525Marc Espie
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-02-25typo; yozo@v007.vaio.ne.jpTheo de Raadt
2002-02-18Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() usesTodd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-26mostly mark signal racesTheo de Raadt
2001-11-17Pass PKG_PREFIX off to pkg thru envMarc Espie
2001-11-07Unconfuse option description.Marc Espie
2001-11-07Say goodbye to @ignore_inst, we don't use it, and it doesn't even work inMarc Espie
2001-11-07Recognize libdepend keyword.Marc Espie
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
2001-08-18undup -f Flag.Marc Espie
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-06Let set_pkg kill trailing / in pkgname.Marc Espie
2001-06-06Do not dump core on empty commentMarc Espie
2001-05-22Back out pkg_version. espie has better plans.brian
2001-05-21Add pkg_version from FreeBSD (modulo the PORT_REVISION stuff)brian
2001-04-19Remove redundant package name.Marc Espie
2001-04-18fix two bugs.Marc Espie
2001-04-17Redundant package name.Marc Espie
2001-04-08Better error messages: pwarnx function, which works like pwarn, exceptMarc Espie
2001-04-02Handle for newdepend.Marc Espie
2001-03-22Smarter default conflict, use pkgname-[0-9]* if a version number has beenMarc Espie
2001-03-11add p-flag to tar so that uids/gids andPeter Stromberg
2001-02-27tweak for working with wish8.3Todd T. Fries
2001-02-10Give tar the new -I flag, not -TTodd C. Miller
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
2000-10-23Remove duplicate (and wrong) description of @option.Marc Espie
2000-10-16Let pkg_add be slightly more informative on tar balls that happen notMarc Espie
2000-10-15add note that pkg_add is not to be used for system distribution files.Marco S Hyman
2000-07-18Summarily explain about the playpen and PKG_TMPDIR, so that guysMarc Espie
2000-07-06Insert missing .El directives.Aaron Campbell
2000-07-04Fix stupid bug in extraction through playpen.Marc Espie
2000-05-16add creditsMarco S Hyman
2000-05-12nasty bug in %f; espieTheo de Raadt
2000-05-05Nip references to extract-in-placeMarc Espie
2000-05-01- finish removing last pieces of in-place extraction.Marc Espie
2000-04-28Remove last remnants of @option preserve and @option extract-in-placeMarc Espie
2000-04-28If symlinks to the package exist, remove them along with the package.Marc Espie
2000-04-26Don't ever let pkg_add destroy existing files.Marc Espie
2000-04-26Consistency in error reports.Marc Espie
2000-04-26Needed feature: ifMarc Espie
2000-04-252.6 -> 2.7; deraadt@Aaron Campbell