Bug 17594

Summary: [PATCH] Clarify NFS filesystem mounting at boot
Product: Base System Reporter: Doug <Doug>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Doug 2000-03-25 08:20:01 UTC
	During boot the /etc/rc script prints out, "Mounting NFS file systems"
regardless of whether there are actually any NFS filesystems to mount. This 
message is known to cause confusion for people who have no such filesystems.

	The attached patches test for the presence of NFS filesystems in 
/etc/fstab, and only print the "Mounting..." message if there are some 
to mount.

Fix: The following patches have been tested on 5.0-Current and 
3.4-Stable. The 5.0 version will certainly work on 4.0-Stable as
well. 

5.0 version:

3.4 version:
How-To-Repeat: 
	Boot, without NFS filesystems in /etc/fstab, get confused when
the system tells you it's mounting some anyway. :)
Comment 1 dan freebsd_committer freebsd_triage 2000-03-25 16:17:54 UTC
State Changed
From-To: open->closed

Patch committed, thanks!