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: Sat Jun 05 2010 - 07:01:08 CDT


CVSROOT: /cvs
Module name: src
Changes by: espiecvs.openbsd.org 2010/06/05 06:01:08

Modified files:
        usr.sbin/pkg_add/OpenBSD: Mtree.pm ProgressMeter.pm
        usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm

Log message:
interface tweaks:
- allow mtree to create more diverse data structures.
- new "working" method, for when progressmeter should show that something is
going on, but doesn't actually have an actual % to show, so show cartwheels.
e.g., progress->working(1024);
(actual counter will be /= argument, so that it does move a bit slower).