CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/21 08:05:30
Modified files:
usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm AddDelete.pm
PkgCreate.pm State.pm
Log message:
start re-adding the non-broken changes:
- commonalize try{} catch {} for pkg_add/delete and pkg_create, so that
debug works the same way in both.
- switch printing command name to the catch handler, so that exceptions
are simpler to handle
