From john@helium.vapornet.com  Sat Oct  4 10:19:56 1997
Received: from helium.vapornet.com (root@helium.vapornet.com [208.202.126.112])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA25188
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 4 Oct 1997 10:19:55 -0700 (PDT)
Received: from argon.vapornet.com (vapornet.xnet.com [205.243.141.107]) by helium.vapornet.com (8.8.7/VaporServer-v3.0+SpamNot) with ESMTP id MAA10250 for <FreeBSD-gnats-submit@freebsd.org>; Sat, 4 Oct 1997 12:20:17 -0500 (CDT)
Received: by argon.vapornet.com (8.8.7/VaporClient-1.1)
	id MAA04283; Sat, 4 Oct 1997 12:19:41 -0500 (CDT)
Message-Id: <199710041719.MAA04283@argon.vapornet.com>
Date: Sat, 4 Oct 1997 12:19:41 -0500 (CDT)
From: john@vapornet.com
Reply-To: john@vapornet.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: pick nits in rc.conf 
X-Send-Pr-Version: 3.2

>Number:         4689
>Category:       conf
>Synopsis:       rc.conf passes "NO" as a command line flag for mountd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct  4 10:20:00 PDT 1997
>Closed-Date:    Sat Oct 4 14:03:47 PDT 1997
>Last-Modified:  Sat Oct  4 14:04:05 PDT 1997
>Originator:     John Preisler
>Release:        FreeBSD 2.2-STABLE i386
>Organization:
VaporNet Inc.
>Environment:

nfs server chosen in rc.conf. 
#       $Id: rc.conf,v 1.1.2.22 1997/09/30 20:12:33 jkh Exp $
#       $Id: rc.network,v 1.1.2.11 1997/09/18 22:47:12 danny Exp $


>Description:

rc.conf has as default mountd_flags="NO" which should be changed to either "" or "/etc/exports" because mountd expects an exports file named "NO".  Since there is no exports file named NO, it doenst register the service on the network and
clients cant mount.

>How-To-Repeat:

as long as mountd_flags="NO" and nfs_server_enable="YES"
the server will fail rpc reg.

>Fix:
	
change default config for mountd_flags from "NO" to "" or "/etc/exports"


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkh 
State-Changed-When: Sat Oct 4 14:03:47 PDT 1997 
State-Changed-Why:  
An excellent point - fixed, thanks! 
>Unformatted:
