home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NETKIT-B.05 / NETKIT-B / NetKit-B-0.05 / README < prev    next >
Encoding:
Text File  |  1994-08-04  |  2.1 KB  |  48 lines

  1. * This is one of several source packages, containing a collection of net
  2.   programs ready to compile for Linux.
  3.   In this package are source files from NetBSD-current from 94/01/09.
  4.  
  5.   I plan to take a newer NetBSD version from time to time and see, if they
  6.   have done important fixes. It would be also nice, if we could cooperate
  7.   better between the NetBSD, FreeBSD and Linux people. (We all use the
  8.   same basic source code, but do all our own fixes while constantly
  9.   pretending not to look at the other group...)
  10.   Communication on net-related things seems to be bad in general...
  11.   Maybe 4.4BSD-Lite would be a good start for everybody to cooperate?
  12.  
  13.   If you put together a good binary package and fix some things, you do good
  14.   work for the people *using* those binary packages. If you also make good
  15.   context diffs, you also help the original authors of it.
  16.  
  17. * You should have the C library 4.5.26 or higher, gcc 2.5.7 or higher,
  18.   linux kernel version 0.99.15 or higher.
  19.  
  20. * Make sure, you don't have old header files in your /usr/include directory.
  21.   Alan Cox has put some extra header files onto sunacm to make Linux more
  22.   compatible to BSD. Those should *NOT* be installed. Current consensus is,
  23.   that they should be incorporated into the source packages that need them.
  24.   (Only tcpdump and maybe few others.)
  25.  
  26. * If you have to remove #include <lastlog.h> somewhere, please read the last
  27.   point again... (remove your /usr/include/bsd/utmp.h file...)
  28.  
  29. * Check the configuration options in the toplevel Makefile.
  30.  
  31. * Do a "make" to compile everything. Maybe use "make 2>&1 | less" to check
  32.   everything. Do a "make install" as root to install everything.
  33.  
  34. * If you want to see, what exactly has changed for the linux version do:
  35.   find arp -name '*,v' | sed 's/,v$//' | sort | \
  36.                 xargs -r -ihugo rcsdiff -q -u -L hugo hugo | less
  37.   (Yeah, that's why Unix is so cool...)
  38.  
  39. * If you only want to install in the "ftp" dir, do "make SUB=ftp" and
  40.   "make SUB=ftp install".
  41.  
  42. * I will not find your bug fixes, if you just post them to one of the
  43.   newsgroups. Please email them to me.
  44.  
  45.  
  46. Florian  La Roche   flla@stud.uni-sb.de
  47.  
  48.