From khera@kciLink.com  Tue Dec 28 07:10:26 1999
Return-Path: <khera@kciLink.com>
Received: from kci.kciLink.com (kci.kciLink.com [204.117.82.1])
	by hub.freebsd.org (Postfix) with ESMTP id 9DD26153EF
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Dec 1999 07:10:25 -0800 (PST)
	(envelope-from khera@kciLink.com)
Received: from onceler.kcilink.com (onceler.kciLink.com [204.117.82.2])
	by kci.kciLink.com (Postfix) with ESMTP id 94EC8E89D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 Dec 1999 10:10:24 -0500 (EST)
Received: (from khera@localhost)
	by onceler.kcilink.com (8.9.3/8.9.3) id KAA77175;
	Tue, 28 Dec 1999 10:10:24 -0500 (EST)
	(envelope-from khera@kci.kcilink.com)
Message-Id: <199912281510.KAA77175@onceler.kcilink.com>
Date: Tue, 28 Dec 1999 10:10:24 -0500 (EST)
From: <khera@kciLink.com>
Reply-To: khera@kciLink.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: /etc/rc.network overrides mountd_flags for weak_mountd_authentication
X-Send-Pr-Version: 3.2

>Number:         15745
>Category:       conf
>Synopsis:       rc.network overrides mountd_flags rather than appending to them
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    nbm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 28 07:20:00 PST 1999
>Closed-Date:    Sun Aug 6 09:59:17 PDT 2000
>Last-Modified:  Sun Aug 06 10:00:41 PDT 2000
>Originator:     Vivek Khera
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

Generic environment

>Description:

in /etc/rc.network, there is this code:

            echo -n ' mountd'
            if [ "X${weak_mountd_authentication}" = X"YES" ]; then
                    mountd_flags="-n"
            fi

I think that mound_flags should have -n appended rather than
overriding whatever other values of mound_flags one might want:

 mountd_flags="$mountd_flags -n"


>How-To-Repeat:

n/a

>Fix:
	
see above.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: phantom 
Responsible-Changed-When: Sun Jan 9 04:44:48 PST 2000 
Responsible-Changed-Why:  
Misfiled PR 
State-Changed-From-To: open->suspended 
State-Changed-By: nbm 
State-Changed-When: Fri Jul 14 06:03:46 PDT 2000 
State-Changed-Why:  
I applied a fix in rev 1.81 of rc.network.  Thanks for the report! 


Responsible-Changed-From-To: freebsd-bugs->nbm 
Responsible-Changed-By: nbm 
Responsible-Changed-When: Fri Jul 14 06:03:46 PDT 2000 
Responsible-Changed-Why:  
I'll MFC this soon. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=15745 
State-Changed-From-To: suspended->closed 
State-Changed-By: nbm 
State-Changed-When: Sun Aug 6 09:59:17 PDT 2000 
State-Changed-Why:  
MFC'd in rc.network 1.74.2.4. 

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