From owner-cvs-sbin Fri Sep 12 09:29:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA14997 for cvs-sbin-outgoing; Fri, 12 Sep 1997 09:29:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA14911; Fri, 12 Sep 1997 09:28:32 -0700 (PDT) From: Jonathan Lemon Received: (from jlemon@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA08773; Fri, 12 Sep 1997 09:25:26 -0700 (PDT) Date: Fri, 12 Sep 1997 09:25:26 -0700 (PDT) Message-Id: <199709121625.JAA08773@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 jlemon 1997/09/12 09:25:26 PDT Modified files: sbin/mountd mountd.c Log: If a host in an export line in /etc/exports (or within a netgroup on an export line) is unresolvable, make a note of it via syslog and skip that individual host instead of skipping the entire line. PR: 1981, 815 Perused by: joerg Revision Changes Path 1.24 +18 -7 src/sbin/mountd/mountd.c