CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/05 07:46:24
Modified files:
usr.sbin/pkg_add: pkg_add
usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm UpdateSet.pm Vstat.pm
Log message:
clean-up validate_plists a bit, so that it starts with a clean state.
new feature: if a normal updateset order does not fit, let the user decide
to do a "dangerous update", by deleting older packages first (if they fit).
tweak really_add to do so: move delete old packages out of the way, and add
a new state variable (extracted_first) to distinguish between both replace
modes.