From howard@labserve3.elen.utah.edu Tue Apr 20 14:32:53 1999
Return-Path: <howard@labserve3.elen.utah.edu>
Received: from labserve3.elen.utah.edu (labserv3.elen.utah.edu [128.110.18.68])
	by hub.freebsd.org (Postfix) with ESMTP id 99F0515894
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 Apr 1999 14:31:22 -0700 (PDT)
	(envelope-from howard@labserve3.elen.utah.edu)
Received: (from root@localhost)
	by labserve3.elen.utah.edu (8.9.2/8.9.2) id PAA00594;
	Tue, 20 Apr 1999 15:27:54 -0600 (MDT)
	(envelope-from howard)
Message-Id: <199904202127.PAA00594@labserve3.elen.utah.edu>
Date: Tue, 20 Apr 1999 15:27:54 -0600 (MDT)
From: howard@ee.utah.edu
Sender: howard@labserve3.elen.utah.edu
Reply-To: howard@ee.utah.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: /etc/rc.network
X-Send-Pr-Version: 3.2

>Number:         11243
>Category:       conf
>Synopsis:       mountd startup can lose flags
>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:   Tue Apr 20 14:40:01 PDT 1999
>Closed-Date:    Wed Dec 20 14:01:32 PST 2000
>Last-Modified:  Wed Dec 20 14:05:42 PST 2000
>Originator:     howard@ee.utah.edu
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
University of Utah Electrical Engineering Dept
>Environment:

	bootup with nfs_server_enable=YES and weak_mountd_authentication=YES

>Description:

	if weak_mountd_authentication==YES, other mountd_flags specified
         in /etc/rc.conf will be ignored

>How-To-Repeat:

	run /etc/rc.network

>Fix:
	
        Here is output from diff -c

*** /etc/rc.network	Tue Apr 20 15:06:18 1999
--- /etc/rc.network.orig	Tue Apr 20 15:05:38 1999
***************
*** 260,266 ****
      if [ "X${nfs_server_enable}" = X"YES" -a -r /etc/exports ]; then
  	    echo -n ' mountd'
  	    if [ "X${weak_mountd_authentication}" = X"YES" ]; then
! 		    mountd_flags="${mountd_flags} -n"
  	    fi
  	    mountd ${mountd_flags}
  	    if [ "X${nfs_reserved_port_only}" = X"YES" ]; then
--- 260,266 ----
      if [ "X${nfs_server_enable}" = X"YES" -a -r /etc/exports ]; then
  	    echo -n ' mountd'
  	    if [ "X${weak_mountd_authentication}" = X"YES" ]; then
! 		    mountd_flags="-n"
  	    fi
  	    mountd ${mountd_flags}
  	    if [ "X${nfs_reserved_port_only}" = X"YES" ]; then


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: iedowse 
State-Changed-When: Wed Dec 20 14:01:32 PST 2000 
State-Changed-Why:  
It seems this was fixed in revision 1.81 of src/etc/rc.network, 
and the change has been merged to RELENG_4. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=11243 
>Unformatted:
