remove references to testrmt since this ain't used.
authorNathan Scott <nathans@sgi.com>
Tue, 16 Jan 2001 04:13:23 +0000 (04:13 +0000)
committerNathan Scott <nathans@sgi.com>
Tue, 16 Jan 2001 04:13:23 +0000 (04:13 +0000)
common.dump

index 05a7ca789279ebd05a487926370e359274e47812..ee5824ed5445a96d53a22ccef8e1c26a87b3acce 100644 (file)
@@ -88,8 +88,6 @@ _mt()
        _rmthost=`echo $dumptape | awk -F: '{print $1}'`
        _rmtdev=`echo $dumptape | awk -F: '{print $2}'`
        rsh -n $_rmthost "mt -t $_rmtdev $op"
-       # Would have used src/testrmt but get
-        # permission denied from linux to linux for erase !?! 
     else
        #LOCAL
        mt -t $dumptape $op
@@ -170,7 +168,6 @@ _erase_soft()
     echo "Erasing tape" | tee -a $seq.full
     _rewind
     _mt weof 3
-#   src/testrmt -f $dumptape write
     _rewind
 }