Bug 13577

Summary: [PATCH] pawd broken for type "nfsl"
Product: Base System Reporter: ajk <ajk>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ajk 1999-09-04 21:10:01 UTC
The pawd utility should canonicalize paths so they don't contain
AMD local mount points.  However, non-canonical paths are returned
unchanged when the filesystem type is "nfsl."  When pawd is traversing
AMD's mount table, it only considers filesystems of types "link"
and "nfs".  Filesystems of type "nfsl" should be considered as
well.

How-To-Repeat: 
Invoke pawd with any path whose filesystem is of type "nfsl".
Comment 1 Mike Heffner freebsd_committer freebsd_triage 2001-06-16 05:57:48 UTC
State Changed
From-To: open->closed

Fixed.