d0ff09c9c0
drives or flash keys. It can be enabled by uncommenting a single entry in default /etc/auto_master. It can also be easily modified to use fuse-based filesystems instead of in-kernel ones. There is still one deficiency - the mountpoints are permanent, they don't disappear when user removes the media. Fixing it needs some autofs changes. Differential Revision: https://reviews.freebsd.org/D1210 MFC after: 1 month Sponsored by: The FreeBSD Foundation
10 lines
145 B
Makefile
10 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
FILES= include_ldap special_hosts special_media special_null
|
|
|
|
NO_OBJ=
|
|
FILESDIR= /etc/autofs
|
|
FILESMODE= 755
|
|
|
|
.include <bsd.prog.mk>
|