Bug 27878

Summary: [PATCH] mountd has incorrect usage output
Product: Base System Reporter: Phil Homewood <pdh>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Phil Homewood 2001-06-04 22:40:03 UTC
	mountd gives incorrect usage instructions when given a bad
	exports file

How-To-Repeat: 	tail -f /var/log/messages &
	echo "/foo 192.168.0.0 -mask 255.255.255.0" > /etc/exports"
	killall -HUP mountd
	echo "/foo -net 192.168.0.0 -mask 255.255.255.0" > /etc/exports"
	killall -HUP mountd
Comment 1 iedowse freebsd_committer freebsd_triage 2001-06-05 00:53:59 UTC
State Changed
From-To: open->closed


Committed, in revision 1.39.2.2 of mountd.c, thanks! This had been 
fixed already in -current, so that bit of revision 1.48 just needed 
to be merged.