Bug 32401

Summary: [PATH] Unbreaks df -l in some cases
Product: Base System Reporter: mux <mux>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
df.diff none

Description mux 2001-11-30 16:10:01 UTC
	When there is no network filesystem code in the kernel (ie: when
lsvfs shows no filesystem with ``network'' in flags), df -l is broken
and shows no filesystem at all.  This is due to a little bug in the 
makenetvfslist() function.

Fix: This fix has been tested by several people on the -current
mailing list (Subject: df -l broken).
How-To-Repeat: 
	Ensures that you have no network filesystem in the kernel or
loaded through a module (lsvfs should show no fs with the ``network''
flag), and run df -l.
Comment 1 setantae 2001-11-30 16:47:18 UTC
There is a different patch (for -stable) in bin/32397

Ceri

-- 
keep a mild groove on
Comment 2 dwmalone freebsd_committer freebsd_triage 2001-11-30 16:53:31 UTC
State Changed
From-To: open->closed

Duplicate of 32397, which also contains a patch.