]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r270096:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 31 Aug 2014 21:18:23 +0000 (21:18 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 31 Aug 2014 21:18:23 +0000 (21:18 +0000)
commitc69cdba09f56f7e63d92e46f8f7e0b0c1da9f773
tree3eebe0ef20c0ab7543612cca9aa64d87a222a4ed
parent360a560d39c022ee003acd001d26857a15ac3fb0
MFC r270096:

Bring in the new automounter, similar to what's provided in most other
UNIX systems, eg. MacOS X and Solaris.  It uses Sun-compatible map format,
has proper kernel support, and LDAP integration.

There are still a few outstanding problems; they will be fixed shortly.

Reviewed by: allanjude@, emaste@, kib@, wblock@ (earlier versions)
Phabric: D523
Relnotes: yes
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@270892 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
45 files changed:
etc/Makefile
etc/auto_master [new file with mode: 0644]
etc/autofs/Makefile [new file with mode: 0644]
etc/autofs/include_ldap [new file with mode: 0644]
etc/autofs/special_hosts [new file with mode: 0644]
etc/autofs/special_null [new file with mode: 0644]
etc/defaults/rc.conf
etc/mtree/BSD.root.dist
etc/rc.d/Makefile
etc/rc.d/automount [new file with mode: 0644]
etc/rc.d/automountd [new file with mode: 0644]
etc/rc.d/autounmountd [new file with mode: 0644]
sbin/mount/mntopts.h
sbin/mount/mount.c
share/man/man5/Makefile
share/man/man5/autofs.5 [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files
sys/conf/options
sys/fs/autofs/autofs.c [new file with mode: 0644]
sys/fs/autofs/autofs.h [new file with mode: 0644]
sys/fs/autofs/autofs_ioctl.h [new file with mode: 0644]
sys/fs/autofs/autofs_vfsops.c [new file with mode: 0644]
sys/fs/autofs/autofs_vnops.c [new file with mode: 0644]
sys/kern/vfs_mount.c
sys/libkern/strndup.c [new file with mode: 0644]
sys/modules/Makefile
sys/modules/autofs/Makefile [new file with mode: 0644]
sys/sys/libkern.h
sys/sys/mount.h
usr.sbin/Makefile
usr.sbin/autofs/Makefile [new file with mode: 0644]
usr.sbin/autofs/auto_master.5 [new file with mode: 0644]
usr.sbin/autofs/automount.8 [new file with mode: 0644]
usr.sbin/autofs/automount.c [new file with mode: 0644]
usr.sbin/autofs/automountd.8 [new file with mode: 0644]
usr.sbin/autofs/automountd.c [new file with mode: 0644]
usr.sbin/autofs/autounmountd.8 [new file with mode: 0644]
usr.sbin/autofs/autounmountd.c [new file with mode: 0644]
usr.sbin/autofs/common.c [new file with mode: 0644]
usr.sbin/autofs/common.h [new file with mode: 0644]
usr.sbin/autofs/defined.c [new file with mode: 0644]
usr.sbin/autofs/log.c [new file with mode: 0644]
usr.sbin/autofs/popen.c [new file with mode: 0644]
usr.sbin/autofs/token.l [new file with mode: 0644]