From owner-cvs-usrsbin Wed Feb 5 11:50:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA06898 for cvs-usrsbin-outgoing; Wed, 5 Feb 1997 11:50:15 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA06889; Wed, 5 Feb 1997 11:50:08 -0800 (PST) Date: Wed, 5 Feb 1997 11:50:08 -0800 (PST) From: Julian Elischer Message-Id: <199702051950.LAA06889@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/inetd inetd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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