home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume32 / xv_ping / part01 / README < prev    next >
Text File  |  1992-09-28  |  919b  |  32 lines

  1. xv_ping
  2.  
  3. Copyright 1992 George V. Neville-Neil
  4.  
  5. XV_PING is program to continuously check to see if a set of hosts on
  6. the net is up.  It does this by periodically sending ICMP echo packets
  7. to a set of hosts chosen by the user.
  8.  
  9. Building XV_PING:
  10.  
  11. First modify the Makefile to point to the correct include and library
  12. directories.  You should only have to change the following variables:
  13.  
  14. X11INCLUDE= 
  15. XVIEWINCLUDE= 
  16. X11LIB= 
  17.  
  18. This program is written with the XView toolkit version 3, and will
  19. require that you have installed this toolkit before building this
  20. application.  The toolkit is available for ftp from the export.ai.mit.edu.
  21.  
  22. All you need to do now is type "make all" and xv_ping should be built.
  23.  
  24. There is a man page, xv_ping.8, which explains how the program works.
  25.  
  26. Note: This program needs to be setuid root, or run by root
  27. to work.  You cannot set your machine into promiscuous mode
  28. without begin root.
  29.  
  30.  
  31.  
  32.