home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 2502 < prev    next >
Encoding:
Text File  |  1992-07-21  |  2.4 KB  |  62 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!mcsun!Germany.EU.net!olymp!boss1!juengst
  3. From: juengst@boss1.physik.uni-bonn.de (Henry G. Juengst)
  4. Subject: cksum for SYVR4 to check 386BSD 0.1 distribution
  5. Message-ID: <1992Jul21.073504.26740@olymp.informatik.uni-bonn.de>
  6. Keywords: cksum, MANIFEST, 386BSD, SYVR4, check sum, dist
  7. Sender: juengst@boss1 (Henry G. Juengst)
  8. Organization: Universit"at Bonn, Informatikinstitut, R"omerstr 154, W-5300 Bonn 1
  9. Date: Tue, 21 Jul 1992 07:35:04 GMT
  10. Lines: 50
  11.  
  12. Hello,
  13.  
  14.   first, let's say thank you very much to Bill, Lynne, William Jolitz
  15. and all other people working for 386BSD.
  16.  
  17. I had some little problems with the distributed files and the
  18. file MANIFEST.
  19.  
  20. I have to use "swab" option on the Data General DG/UX 88K machines
  21. here (nice things). But all files with odd numbers of bytes produce
  22. errors and are left as they are. :-( I solved this problem on a
  23. SUN sparc station.
  24.  
  25. I like tar much more, but it's not a 100% solution.
  26.  
  27. Another problem were the check sums in MANIFEST, because I didn't
  28. know how to calculate these values and sum (with or without -r)
  29. didn't work. A simple addition of all bytes didn't work, too.
  30.  
  31. I found cksum in srcdist and compiled it. Some definition problems
  32. had to be resolved (quick hack). DG/UX 5.4.1 is a System V R4. Now
  33. I can begin to verify all files here (first check done) and use 386BSD
  34. for education (for no money) in an astronomical observatory
  35. (SNH, Erkrath/Germany) which is open for everybody.
  36.  
  37. I hope this modified cksum will help anybody just to verify the
  38. contributed files before moving them to anywhere. Use make.sh to
  39. compile it. But have a look before you start. May be you have
  40. to change _PROTO_ARGS in all *.c & *.h using
  41. sed 's/_PROTO_ARGS/YOUR_PROTOTYPE_MACRO/g' file.c >file.new.c
  42. (it was __P in the original source). If you are not sure you should
  43. have a look into your /usr/include/stdio.h (for example).
  44.  
  45. THIS IS NO PATCH FOR 386BSD !
  46.  
  47. Henry
  48. -------------------------------------------------------------------------------
  49. Sorry, here should be the uuencoded .tar.Z file. But the nntp server
  50. fails because out of disk space; 40 kbytes - mmmh. You can get it via
  51. anonymous ftp from
  52.  
  53. boss1.physik.uni-bonn.de:~ftp/pub/386bsd/cksum_dgux/cksum_dg.uue
  54. [131.220.221.30]
  55.  
  56. for the next two month. You won't waste your time if you have a look
  57. into the other directories (e.g. ~ftp/pub/dcl) !
  58.  
  59. If you don't have ftp access you can mail me. I will send it to you.
  60.  
  61.  
  62.