Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 1997 11:50:08 -0800 (PST)
From:      Julian Elischer <julian>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/inetd inetd.c
Message-ID:  <199702051950.LAA06889@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      97/02/05 11:50:06

  Modified:    usr.sbin/inetd  inetd.c
  Log:
  The "-a" option for inetd specifies a specific IP address for the
  server to bind to. This works until you send it a SIGHUP with a
  new service defined ... the new service is bound to INADDR_ANY.
  
  This patch fixes this bug (in both RELENG_2_2 and -current).
  
  This is a 2.2 candidate..(i.e. pure bug fix)
  
  Submitted by:	Archie Cobbs (archie@whistle.com)
  
  Revision  Changes    Path
  1.20      +1 -0      src/usr.sbin/inetd/inetd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702051950.LAA06889>