Tru64 V5 Helpers
================
Update for v3.1: added pigz

The helpers (useful programs/utilities) were compiled on Tru64 V5.1B. They
may work on previous Tru64 versions.

The helpers include:
- GNU make
- bash
- less
- the last version of collect
- trace (trace system calls of a program)
- rsync (file/directory synchronisation local or over network)
- top (display system and process statistics, sorted by resources)
- screen (terminal multiplexer)

Installation
============
as "root":
	# cd /usr/local
	# gunzip -c /path/to/v5-helpers-v3.tgz | tar xf -

You may want to unpack somewhere else and make sure that no files under the
/usr/local/... hierarchy will be clobbered by files in the archive.
