[comp.os.minix] 1.5 crc's bad for kermit, zmodem. AST sent binary make, sh.

dlawyer@balboa.eng.uci.edu (David Lawyer) (01/01/90)

The New Year's Eve posting of version 1.5 subdirectorys of the commands
directory has a few problems.  All crc's of the postings check out OK
but make_01 contains the binary file make.  sh_00 contains binary sh.
When I tried to unshare make_01 the make.cdif failed to be extracted.
I was able to edit make_01 and remove the binary.  Then make.cdif came
out OK.

I also couldn't find indent/makefile.  It turned out that it was
appended to indent/indent.pro since the terminating / of the shar file
was not at the begining of a line as it should be.

The following files have crc's different from those in the 1.5.0.crc
file:
	As received
	48670  29506 ./kermit/ckufio.c	  should be  34955  29436
	45609  63981 ./kermit/ckutio.c	  should be  34570  63934
	01620  34256 ./kermit/ckuusr.c	  should be  26388  34240
	21093   4655 ./kermit/ckuusr.h	  should be  60976   4612
	22853   2098 ./kermit/makefile	  should be  64358   2073
	30172    217 ./zmodem/Makefile	  should be  15251    216
	42881  31077 ./zmodem/rz.c	  should be  62274  31053
	55758  36175 ./zmodem/sz.c	  should be  41514  36159

In the case of the zmodem files, I  have sz.c with the "correct" crc
from a previous posting some months ago.  The size of my old rz.c is
almost the same.  The ones I just received have NULL's cast to 
(* char).  Could these be more "correct"?

		Dave Lawyer