> > This case proposes to add a new helper program to initiate > > reconnection when needed, installed as: /usr/lib/smbfs/smbiod > > (IOD is short for I/O Deamon, a name that comes from the > > original BSD/Darwin code used in the SMB client.) > > Shouldn't the daemon reside in the existing /usr/lib/fs/smbfs > directory > instead of the new /usr/lib/smbfs?
The existing convention appears to be that "fs type" programs such as mount, umount, go in /usr/lib/fs/$FSTYPE whereas other FS support programs to in /usr/lib/$FSTYPE, such as /usr/lib/nfs/{mountd,nfsmapid} etc. I just followed that convention.