Bug 15745

Summary: rc.network overrides mountd_flags rather than appending to them
Product: Base System Reporter: Vivek Khera <khera>
Component: confAssignee: nbm
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   

Description Vivek Khera 1999-12-28 15:20:00 UTC
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"

Fix: 

see above.
How-To-Repeat: 
n/a
Comment 1 Alexey Zelkin freebsd_committer freebsd_triage 2000-01-09 12:44:48 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs

Misfiled PR 
Comment 2 nbm freebsd_committer freebsd_triage 2000-07-14 14:03:46 UTC
State Changed
From-To: open->suspended

I applied a fix in rev 1.81 of rc.network.  Thanks for the report! 


Comment 3 nbm freebsd_committer freebsd_triage 2000-07-14 14:03:46 UTC
Responsible Changed
From-To: freebsd-bugs->nbm

I'll MFC this soon.
Comment 4 nbm freebsd_committer freebsd_triage 2000-08-06 17:59:17 UTC
State Changed
From-To: suspended->closed

MFC'd in rc.network 1.74.2.4.