fix lintian issues
[debian/mtx] / README
1 MTX
2
3 Programs:
4   mtx is the media changer control program
5   tapeinfo dumps some interesting stuff out of tape drives' mode pages and
6 sense pages. 
7   loaderinfo dumps some interesting stuff out of loaders' mode pages and
8 sense pages.
9   scsitape sends raw SCSI commands to tape drives. Do not use this unless
10 you know exactly what you're doing, because you can easily get into a feud
11 with the system's own tape driver and end up locking up the whole system.
12
13 INSTALLATION:
14
15 WARNING: MUST HAVE GNU 'make' TO DO THIS! (e.g. use 'gmake' on freebsd, not
16 BSD 'make'!).
17
18 Type ./configure to create a Makefile. Type 'make', then 'make
19 install'. Type 'man mtx' for info about mtx, and 'man tapeinfo' for
20 info about tapeinfo. Enjoy.
21
22 Credits:
23
24 The original 'mtx' program is copyright 1996-1997 by Leonard Zubkoff
25 <lnz@dandelion.com>. This version was modified for multi-drive,
26 optical changer, and tape library support by Eric Lee Green
27 <eric@badtux.org>. Also added FreeBSD support. Please see the man page
28 for current info, and the file 'mtx.doc' for historical info.
29
30 My thanks to Doug Bonnell of Breece Hill for suggestions on
31 dynamically allocating element info, Tien That Ton of Tandberg for
32 being the original tester of the Import/Export Element stuff, Ken
33 Porter for RPM's, William D. Smith for the HP/UX port, Kai Makisara
34 for the barcode backoff fix, and to all the other people out there who
35 have used it, found problems with it, and let me know about it (you
36 know who you are).
37   
38    -- Eric Lee Green <eric@badtux.org>