summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2015-01-12oops, don't load quirks prematurely. noticed by many, myself includedMarc Espie
2015-01-11replace fw_update (shell script) with a specialized version of pkg_add.Marc Espie
2015-01-05a few tweaks to match the old script better (for now)Marc Espie
2015-01-05When building the package path for the new fw_update, only useStuart Henderson
2015-01-04remove extra scaffolding that's actually NOT in the committed copy ofMarc Espie
2015-01-04same semantics as old programMarc Espie
2015-01-04cleaner logic, fix things so that fw_update -da makes senseMarc Espie
2015-01-04tweak the ntogo messages slightly so that they work better in all situationsMarc Espie
2015-01-04too many todo. Use unambiguous names, since they're not the same operationMarc Espie
2015-01-03make it able to install quirks from normal path (with normal key) andMarc Espie
2014-12-29re-add missing space in confirm prompt that got lost in -r1.18Jasper Lievisse Adriaanse
2014-12-27prepare things slightly further, FwUpdate still not active...Marc Espie
2014-12-27make it at least work a wee little bit.Marc Espie
2014-12-27Specialisation of PkgAdd to do fw_update, not yet finishedMarc Espie
2014-12-24recheck list for non emptyness *after* filtering obsolete packages.Marc Espie
2014-12-23tweak meta-info checking a bit.Marc Espie
2014-12-22when we run into real errors, the progress meter is distracting, so haveMarc Espie
2014-12-03zap extra parameter that my first read missed, because that one is constant.Marc Espie
2014-12-02zap extra parenthesis after recent rewriteMarc Espie
2014-11-30much simpler checks, always enforce root/bin (or root/wheel for symlinks)Marc Espie
2014-11-30interactive/progressmeter clean-upMarc Espie
2014-11-30much cleaner way to handle progress meter wipes: have state methods thatMarc Espie
2014-11-30get rid of some of the unadorned printfsMarc Espie
2014-11-30missed some.Marc Espie
2014-11-30forgot to take that out...Marc Espie
2014-11-30clear progress meter before asking questionsMarc Espie
2014-11-29simplify the interactive code into its own little object with simplerMarc Espie
2014-11-27default for interactive should match non-interactive.Marc Espie
2014-11-25minor clean-up: the stuff not to display is tied to the set, so make theMarc Espie
2014-11-21a long time ago, DISPLAY and UNDISPLAY required special treatment, as theyMarc Espie
2014-11-20big trim-down of MESSAGE/UNMESSAGE: just match checksums between new packagesMarc Espie
2014-11-20avoid some warning message, normal dirs don't have any log info registeredMarc Espie
2014-11-20theo's right. use random_name for truely random stuff.Marc Espie
2014-11-17CAVEATS was removed (no more INSTALL/DEINSTALL scripts, so it's OK forStuart Henderson
2014-10-13scaffolding for future new features, committed early, so that pkg_signMarc Espie
2014-10-11allow signing to proceed when interruptedMarc Espie
2014-09-21final bulk shows chunking to happen in all the right places, and signingMarc Espie
2014-09-20gzip timestamps are not needed there. In fact, they produce gratuitousMarc Espie
2014-09-20need meta stuff that tells me those are "real files" to not create extraMarc Espie
2014-09-19.py files no longer need to be special, as the timestamps are stored inMarc Espie
2014-09-16fix display of comments to use "say" properly.Marc Espie
2014-09-16if a @ts annotation is detected, wipe tarball timestamp. Archives willMarc Espie
2014-09-16store explicit timestamps in generated plists.Marc Espie
2014-09-11fix the only .Xr ordering and punctuation issue i could findIngo Schwarze
2014-09-09register @newuser/@newgroup so that we try creating tarballs with the correctMarc Espie
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-09-01@newuser and @newgroup won't necessarily be on the machine during pkg_create,Marc Espie
2014-09-01be a wee bit more paranoid about file sizes.Marc Espie
2014-08-27Rename Persistant to Persistent.Kent R. Spillner
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing