summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
AgeCommit message (Expand)Author
2010-08-23When extracting the pkg tar file, don't preserve the atime, just set itMatthias Kilian
2010-08-13if we pass pkgnames with .tgz to -l, just deal with it silently.Marc Espie
2010-08-13bad works better if you push consistent stuff in it, like always strings...Marc Espie
2010-08-13whitespaceMarc Espie
2010-08-12if we ask for cleanup, always close the location. If it's not open, it'sMarc Espie
2010-08-07nasty inversion of parameters, so that state did not get propagated correctly.Marc Espie
2010-08-07need to check that kept packages are still okay.Marc Espie
2010-08-07dep is an object, needs to become a string for error messagesMarc Espie
2010-08-03missed one if (continued) test, so simplify logic: test continue beforehand.Marc Espie
2010-08-03shrink! :)Marc Espie
2010-08-03sort journal messsages in a better way, put - before +, so that one canMarc Espie
2010-08-03bug-fix: during updates, only set oldfound after we found a matching pkgpath.Marc Espie
2010-08-03use proper log idiom (blanket okay from theo for pkg_add careful changes forMarc Espie
2010-08-01note specifically that pkg_add -u parameters are *installed* package names,Marc Espie
2010-08-01adjust position of test so that it does something !Marc Espie
2010-08-01typoMarc Espie
2010-08-01fix the qt 4.5 -> 4.6 update issue.Marc Espie
2010-07-31very old thinko, not really a problem, obviously, but groups and users areMarc Espie
2010-07-31keep location open while we grab updateinfo.Marc Espie
2010-07-30fix header during updateMarc Espie
2010-07-28more explicit messageMarc Espie
2010-07-28let fatal work, fix typoMarc Espie
2010-07-28pass state to Ustar objects, use it to display those pesky error andMarc Espie
2010-07-27print these betterMarc Espie
2010-07-26better progress_messageMarc Espie
2010-07-26typo in messageMarc Espie
2010-07-26even if you write signal handlers to not do anything stupid when you'reMarc Espie
2010-07-26typo (canacar@)Marc Espie
2010-07-25oopsMarc Espie
2010-07-24pass state to Makewhatis. With new hooks in there, that means displayMarc Espie
2010-07-15store openssl error output during verification, and log it if it didn't work.Marc Espie
2010-07-12missed one next -> return, as noticed by marco@Marc Espie
2010-07-12need to copy f() parameters, otherwise strange bugs with sub expressionsMarc Espie
2010-07-11move compare into LibSpec, it's not so specific to Signature after allMarc Espie
2010-07-11display updateset name alongside collisionreport (turns out it's notMarc Espie
2010-07-09fix pkg_mklocatedbMarc Espie
2010-07-08use more natural English in messages; ok espie@Stuart Henderson
2010-07-06fuss over wantntogo, especially when it's false (make sure we still get :okMarc Espie
2010-07-04- zap trailing whitespaceJason McIntyre
2010-07-04reindent, turn function mkheader into method.Marc Espie
2010-07-04remove direct prints, pass thru state.Marc Espie
2010-07-04best if I don't forget half of the commit...Marc Espie
2010-07-04initial documentation for pkg.conf, after nits from jmc@, and straighteningMarc Espie
2010-07-04two config optionsMarc Espie
2010-07-03string comparison (noticed by landry)Marc Espie
2010-07-03we can't checksum directories either, so give a better error messageMarc Espie
2010-07-02parse pkg.conf and use it for default_path if PKG_PATH is not defined.Marc Espie
2010-07-02move the empty url message up to PackageRepository, so that we can printMarc Espie
2010-07-02use state to print error messagesMarc Espie
2010-07-02use state to print out all error messagesMarc Espie