CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/25 04:19:00
Modified files:
usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm State.pm
Log message:
move common options (-D/-v) handling code upto State.
rework handle_options to be code in state proper, so that I can remove
a class that's actually useless.
reuse the export code from getopt so that legacy code still get opt_x
working.
