diff options
Diffstat (limited to 'net-fs/autofs/files/autofs5-auto.master')
-rw-r--r-- | net-fs/autofs/files/autofs5-auto.master | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-fs/autofs/files/autofs5-auto.master b/net-fs/autofs/files/autofs5-auto.master new file mode 100644 index 000000000000..8656474647ed --- /dev/null +++ b/net-fs/autofs/files/autofs5-auto.master @@ -0,0 +1,24 @@ +# $Id$ +# Sample auto.master file +# This is an automounter map and it has the following format +# key [ -mount-options-separated-by-comma ] location +# For details of the format look at autofs(5). +# +#/misc /etc/autofs/auto.misc +#/net /etc/autofs/auto.net +# +# NOTE: mounts done from a hosts map will be mounted with the +# "nosuid" and "nodev" options unless the "suid" and "dev" +# options are explicitly given. +# +#/net -hosts +# +# Include central master map if it can be found using +# nsswitch sources. +# +# Note that if there are entries for /net or /misc (as +# above) in the included master map any keys that are the +# same will not be seen as the first read key seen takes +# precedence. +# +#+auto.master |