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

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!spurv.runit.sintef.no!he
  3. From: Havard.Eidnes@runit.sintef.no (Havard Eidnes)
  4. Subject: netstat from NET2 ported
  5. Message-ID: <1992Jul21.215716.267@ugle.unit.no>
  6. Originator: he@spurv.runit.sintef.no
  7. Sender: news@ugle.unit.no (NetNews Administrator)
  8. Organization: Computing Center at the University of Trondheim, Norway
  9. Date: Tue, 21 Jul 92 21:57:16 GMT
  10. Lines: 16
  11.  
  12. Hi,
  13.  
  14. I've ported netstat from NET2 to 386bsd version 0.1. The changes are mostly
  15. involved with inserting #ifdefs for ISO, NS and IMP at the relevant places
  16. ("removing" that code, essentially), not compiling some of the modules
  17. (although the source remains toghether with comments in the Makefile) plus
  18. modifying the "unixpr()" routine in unix.c to traverse the open file table
  19. the new way.  The "netstat -r" output looks a bit odd (although I guess this
  20. is the "new way"?), but gives the right information.
  21.  
  22. The source and binary is available with anonymous ftp from ugle.unit.no (for
  23. lack of a better place) in the pub/unix/386bsd/ directory as netstat-bin.tar.Z 
  24. and netstat-src.tar.Z.  Unpack the source from /usr/src and the binary and
  25. formatted man page (as root) from /.  Use binaries at own risk ;-)
  26.  
  27. - Havard
  28.