cvs commit: ports/net/obnc/files patch-nc.1 patch-netcat.c

Joerg Wunsch joerg at FreeBSD.org
Sun Aug 31 14:07:24 PDT 2003


joerg       2003/08/31 14:07:23 PDT

  FreeBSD ports repository

  Modified files:
    net/obnc/files       patch-nc.1 patch-netcat.c 
  Log:
  Implement an option -o ("Once only") that allows this netcat utility
  to terminate at the first EOF condition on local input (as opposed to
  waiting for the network end to shut down).  Can be useful when talking
  to network servers that never drop the connection on their end, like
  an port 9100 printer server in my case.
  
  I've also submitted that to the OpenBSD maintainer, so in case they
  accept, we can later on undo my local patch.
  
  Approved by:    dd (maintainer)
  
  Revision  Changes    Path
  1.3       +21 -5     ports/net/obnc/files/patch-nc.1
  1.3       +36 -11    ports/net/obnc/files/patch-netcat.c


More information about the cvs-ports mailing list