From owner-cvs-src@FreeBSD.ORG Fri Apr 13 15:01:09 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D655316A401; Fri, 13 Apr 2007 15:01:09 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 89E8013C4AE; Fri, 13 Apr 2007 15:01:09 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l3DF10RU002521; Fri, 13 Apr 2007 09:01:00 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <461F9B1F.5080908@samsco.org> Date: Fri, 13 Apr 2007 09:00:47 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: Mike Makonnen References: <200704130642.l3D6gPuM051774@repoman.freebsd.org> In-Reply-To: <200704130642.l3D6gPuM051774@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Fri, 13 Apr 2007 09:01:00 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d mountd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 15:01:09 -0000 Mike Makonnen wrote: > mtm 2007-04-13 06:42:25 UTC > > FreeBSD src repository > > Modified files: > etc/rc.d mountd > Log: > o Look for a zfs(1) exports file only if it exists and is readable. If > we don't do this and the file doesn't exist mountd(8) will abort. > o The mountd(8) daemon creates a pidfile, so use it. > > Revision Changes Path > 1.18 +2 -1 src/etc/rc.d/mountd It's been discussed before that mountd shouldn't abort, it should always be HUP-able. Scott