CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/12/20 15:38:45
Modified files:
usr.sbin/pkg_add: pkg_add pkg_delete
usr.sbin/pkg_add/OpenBSD: Add.pm AddDelete.pm CollisionReport.pm
Delete.pm Dependencies.pm Handle.pm
PackingElement.pm Replace.pm
SharedItems.pm Update.pm Vstat.pm
x509.pm
Log message:
change verbosity handling: be silent by default, turn on the first level if -v.
Add more levels, specifically, lots of info regarding individual files only
visible if -vvvvv.
Make -n display the same stuff as normal (need -n -v to display more stuff).
Introduce -s, "size-only", turns on -n and does skip any extraction.
Sprinkle handlers for SIG_INFO, not really nice yet.
Note that -n is non functional for complex updates, because of caching
issues I have to fix.