CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/15 02:26:39
Modified files:
usr.sbin/pkg_add: Makefile
usr.sbin/pkg_add/OpenBSD: Add.pm AddDelete.pm Error.pm
PackingElement.pm PkgCheck.pm State.pm
x509.pm
Added files:
usr.sbin/pkg_add/OpenBSD: Log.pm
Log message:
more printing changes.
move log operations into their own file, since they're used outside of
pkg_add/pkg_delete by pkg_check.
move all system stuff to State, so that printing can be localized/controlled.
Create primitives _print, _errprint, _fatal for overriding output, without
localization.
Accordingly, move a lot of code out of Error. We should also move Unlink and
Copy eventually.