| … | |
… | |
| 512 | } |
512 | } |
| 513 | |
513 | |
| 514 | # Network filesystems list for common use in rc-scripts. |
514 | # Network filesystems list for common use in rc-scripts. |
| 515 | # This variable is used in is_net_fs and other places such as |
515 | # This variable is used in is_net_fs and other places such as |
| 516 | # localmount. |
516 | # localmount. |
| 517 | NET_FS_LIST="afs cifs coda davfs gfs ncpfs nfs nfs4 ocfs2 shfs smbfs" |
517 | NET_FS_LIST="afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs" |
| 518 | |
518 | |
| 519 | # bool is_net_fs(path) |
519 | # bool is_net_fs(path) |
| 520 | # |
520 | # |
| 521 | # return 0 if path is the mountpoint of a networked filesystem |
521 | # return 0 if path is the mountpoint of a networked filesystem |
| 522 | # |
522 | # |