X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=backup%2Fwhatsthis;h=f006b7a2e912454c4336cce3ca098eb76a4016eb;hp=d631869aecac90c45262ea47b677269c2ea615ab;hb=26f2a22823fa7991c485e304e642c8f1ef712ddc;hpb=d906fbd72072c6953922e0627bbcf3d4c62ce7c0 diff --git a/backup/whatsthis b/backup/whatsthis index d631869..f006b7a 100755 --- a/backup/whatsthis +++ b/backup/whatsthis @@ -32,7 +32,7 @@ sub rewind(); sub stopandsay(@); -$etc='/etc/backup'; +$etc='/etc/chiark-backup'; require "$etc/settings.pl"; require 'backuplib.pl'; @@ -118,7 +118,7 @@ if ($ftype =~ /POSIX tar/) { # Now back up so we can read the file again properly #system "mt -f $ntape bsf 1"; $? and stopandsay "couldn't backspace tape: $?"; -system "dd if=$ntape ibs=$blocksizebytes | /usr/local/lib/backup/readbuffer | $reader"; +system "dd if=$ntape ibs=$blocksizebytes | readbuffer | $reader"; $? and stopandsay "listing failed: $?"; # All's well, stop here.