chiark / gitweb /
@@ -1,11 +1,13 @@ debian_version_4_0_99_0_5
authorianmdlvl <ianmdlvl>
Wed, 15 Oct 2003 20:47:30 +0000 (20:47 +0000)
committerianmdlvl <ianmdlvl>
Wed, 15 Oct 2003 20:47:30 +0000 (20:47 +0000)
 chiark-utils (4.0.99.0.5) unstable; urgency=low

+  chiark-backup:
+  * Fix critical driver script lost output bug.
   * Say `(C)' in nroff pages rather than `\(c0' (typo for `\(co').
     (Closes: #208299 - Debian bug, thanks to Colin Watson.)
   * Move tape.* symlinks for chiark example into chiark directory.
     (Closes: #208300 - Debian bug, thanks to Colin Watson.)

- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 15 Oct 2003 21:47:17 +0100

 chiark-utils (4.0.99.0.3) unstable; urgency=low

backup/driver
debian/changelog

index 36d9c1f23a03917c7f3364f322ddb99e234e775c..d6782b3d28f574dec5aad6cf30ea94d1115ba82e 100755 (executable)
@@ -36,8 +36,7 @@ echo 'FAILED to start dump script' >this-status
 # Here we go : run 'full', which (name notwithstanding) handles
 # both full and incremental backups, according to the ID of the
 # tape in the drive.
 # Here we go : run 'full', which (name notwithstanding) handles
 # both full and incremental backups, according to the ID of the
 # tape in the drive.
-full 2>&1 | tee this-log
-snap-drop 2>&1 | tee this-log
+(full; snap-drop) 2>&1 | tee this-log
 
 status=`cat this-status 2>/dev/null`
 
 
 status=`cat this-status 2>/dev/null`
 
index ca64c7e85e6d4d4657307ad207fd1ec2f0c08658..840393c59041240d1e2da71bac151571151dba2b 100644 (file)
@@ -1,11 +1,13 @@
 chiark-utils (4.0.99.0.5) unstable; urgency=low
 
 chiark-utils (4.0.99.0.5) unstable; urgency=low
 
+  chiark-backup:
+  * Fix critical driver script lost output bug.
   * Say `(C)' in nroff pages rather than `\(c0' (typo for `\(co').
     (Closes: #208299 - Debian bug, thanks to Colin Watson.)
   * Move tape.* symlinks for chiark example into chiark directory.
     (Closes: #208300 - Debian bug, thanks to Colin Watson.)
 
   * Say `(C)' in nroff pages rather than `\(c0' (typo for `\(co').
     (Closes: #208299 - Debian bug, thanks to Colin Watson.)
   * Move tape.* symlinks for chiark example into chiark directory.
     (Closes: #208300 - Debian bug, thanks to Colin Watson.)
 
- --
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 15 Oct 2003 21:47:17 +0100
 
 chiark-utils (4.0.99.0.3) unstable; urgency=low
 
 
 chiark-utils (4.0.99.0.3) unstable; urgency=low