OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Marc Espie (espiecvs.openbsd.org)
Date: Fri May 25 2007 - 08:18:57 CDT


CVSROOT: /cvs
Module name: src
Changes by: espiecvs.openbsd.org 2007/05/25 07:18:57

Modified files:
        usr.sbin/pkg_add: pkg_add
        usr.sbin/pkg_add/OpenBSD: Vstat.pm

Log message:
start cleaning up the mess that is error-handling when installing packages.
Mid-Term, we want to manipulate true `handles' that encapsulate package
locations.

For now, we create this handle externally, and just use it to record
errors, in duplicate...

Once handles are ready, they should be agregated into UpdateSets, to make
replacement of packages more explicit and flexible.