From e9018bd7d77d008ecbd11041a6130d8e2d41e26f Mon Sep 17 00:00:00 2001 From: ianmdlvl Date: Wed, 28 Nov 2001 00:05:28 +0000 Subject: [PATCH] @@ -1,3 +1,9 @@ +chiark-utils (2.1.1) unstable; urgency=low + + * add call to mt reten to full. + + -- Ian Jackson Wed, 28 Nov 2001 00:05:11 +0000 + chiark-utils (2.1.0) experimental; urgency=low * man pages for readbuffer, writebuffer from Richard Kettlewell. --- backup/full | 3 +++ debian/changelog | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/backup/full b/backup/full index 0861537..668b5fd 100755 --- a/backup/full +++ b/backup/full @@ -128,6 +128,9 @@ openlog(); $doing= "dump of $fsys to tape $tapedesc in drive $tape"; print LOG "$doing:\n" or die $!; +setstatus "FAILED retensioning"; +system "mt -f $tape reten"; $? and die $?; + setstatus "FAILED writing tape ID"; # First write the tape ID to this tape. diff --git a/debian/changelog b/debian/changelog index 7f999c9..a8050c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +chiark-utils (2.1.1) unstable; urgency=low + + * add call to mt reten to full. + + -- Ian Jackson Wed, 28 Nov 2001 00:05:11 +0000 + chiark-utils (2.1.0) experimental; urgency=low * man pages for readbuffer, writebuffer from Richard Kettlewell. -- 2.30.2