Summary for mt use

From: stonel@hqasc.army.mil
Date: Wed Mar 22 2000 - 14:35:50 CST


I apologize for how late the summary was to this problem. I have been really
busy these days. I would like to thank the following for responding so
quickly you were all a big help.

Karl Vogel
Michael Sullivan
Sam Mabjish
Bruce Zimmer
Jarrett Carver
Bertrand Hutin...
David Craig
Tim Pointing
Rolf
Dennis Martens
Jay Lessert
John DiMarco
Kevin
Lief Ericksen
Jeff Kennedy
Matt Palmieri
Alex Shepard
Ray Brownrigg
William Kupers
Michael Salehi
Roy Rahul
Gerard Hynes

Here is what was used to check for a mag tape an to exit if one is not
present.

/usr/bin/mt -f $TAPEDEV status >/dev/null 2>&1
if [ $? -ne 0 ]
  then
  exit
fi

Lee Stone



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:14:05 CDT