home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NETKIT-A.06 / NETKIT-A / NetKit-A-0.06 / README < prev   
Encoding:
Text File  |  1994-07-26  |  1.1 KB  |  27 lines

  1. This source package contains net source code changed for Linux.
  2.  
  3. Normally, the package contains information about where the newest version
  4. is uploaded. Please send me an email, if you know about any newer version out.
  5.  
  6. * Check the configuration options in the toplevel Makefile.
  7.  
  8. * Do a "make" as any user to compile everything. Maybe use "make 2>&1 | less"
  9.   to check everything. Do a "make install" as root to install everything.
  10.  
  11. * If you want to see, what exactly has changed for the linux version do:
  12.   find arp -name '*,v' | sed 's/,v$//' | sort | \
  13.                 xargs -r -ihugo rcsdiff -q -u -L hugo hugo | less
  14.   (Yeah, that's why Unix is so cool...)
  15.  
  16.   Here is a list of special things, I have changed:
  17.   - In ytalk-3.0.1, I have moved Makefile to Makefile.old.
  18.  
  19. * I have modified net-tools-1.1.27 a lot without putting all changes in this
  20.   source package. But this has only to do with the way, the sources are
  21.   compiled. Nothing in the programs themselves has changed.
  22.  
  23. * Check the files in "./etc/" for sample files to put in your "/etc" directory.
  24.  
  25. Florian  La Roche  <flla@stud.uni-sb.de>
  26.  
  27.