From owner-cvs-sbin Wed Apr 23 04:03:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA23067 for cvs-sbin-outgoing; Wed, 23 Apr 1997 04:03:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA23031; Wed, 23 Apr 1997 04:03:21 -0700 (PDT) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA04316; Wed, 23 Apr 1997 04:03:12 -0700 (PDT) Date: Wed, 23 Apr 1997 04:03:12 -0700 (PDT) Message-Id: <199704231103.EAA04316@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sbin@FreeBSD.org Subject: cvs commit: src/sbin/mountd mountd.c Sender: owner-cvs-sbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk msmith 97/04/23 04:03:12 Modified: sbin/mountd mountd.c Log: Don't call getnetbyname() on a netmask. On a system with a slow net connection, a large set of network exports could take many minutes to time out, giving the appearance of a total hang during boot. Revision Changes Path 1.20 +2 -2 src/sbin/mountd/mountd.c