Bug 26597

Summary: cosmetic patch to /etc/rc (mounting nested NFS partitions)
Product: Base System Reporter: Dmitry Morozovsky <marck>
Component: binAssignee: Yar Tikhiy <yar>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Dmitry Morozovsky 2001-04-15 17:10:01 UTC
When mounting automatically nested NFS filesystems, such as at my system:

xxx:/pub on /ar/pub (nfs, nodev, nosuid, read-only)
xxx:/pub/.1 on /ar/pub/.1 (nfs, nodev, nosuid, read-only)
xxx:/pub/.2 on /ar/pub/.2 (nfs, nodev, nosuid, read-only)

/etc/rc complaints about ono-existing directory when testing.

The simpleast way to avoid these complaints is redirect testing 
`mount -d' to /dev/null

How-To-Repeat: 
Add e.g. /pub and /pub/dubdir to your /etc/fstab pointing to real NFS
available FSes. After reboot complaint about "non-existing directory" will
be issued just before the sentense "Mounting NFS file systems:"
Comment 1 Yar Tikhiy freebsd_committer freebsd_triage 2001-05-27 23:50:54 UTC
State Changed
From-To: open->analyzed

Committed to -current, thanx!
Comment 2 Yar Tikhiy freebsd_committer freebsd_triage 2001-05-27 23:51:50 UTC
Responsible Changed
From-To: freebsd-bugs->yar

I'll fix it.
Comment 3 Yar Tikhiy freebsd_committer freebsd_triage 2001-05-30 14:15:34 UTC
State Changed
From-To: analyzed->closed

Now fixed both in -current and -stable. Thanks!