CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/12 02:46:19
Modified files:
usr.sbin/pkg_add/OpenBSD: State.pm State.pod
Log message:
switch to using the common code in BaseState
(BaseState is a "light weight" base class for State, that does the
common stuff like printing out stuff pkg-style, or exec'ing commands
and reporting exit/signal status, but without needing to create an
object--necessarily--or without the extra option handling code.
