Package: bsdutils
Version: 1:2.12-10
Severity: minor
File: /usr/bin/replay
Tags: patch
Error message says, "read filure on typescript: ..."
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages bsdutils depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
-- no debconf information
--- /usr/bin/replay 2004-09-23 21:34:50.000000000 -0700
+++ replay 2005-03-23 22:09:57.912698752 -0800
@@ -63,7 +63,7 @@
}
read(TYPESCRIPT, $block, $blocksize)
- or die "read filure on typescript: $!";
+ or die "read failure on typescript: $!";
print $oldblock;
$oldblock=$block;
}