## Path:           System/File systems/Autofs
## Description:    Additional options for the autofs daemon.
## Type:           string
## Default:        ""
## ServiceReload:  autofs
#
# autofs daemon options (e.g. --timeout 60)
#
AUTOFS_OPTIONS=""

## Path:           System/File systems/Autofs
## Description:    Default mount options for the autofs daemon.
## Type:           string
## Default:        ""
#
# We can add local mount options here
# e.g. LOCALOPTIONS='rsize=8192,wsize=8192'
#
LOCAL_OPTIONS=""

## Path:           System/File systems/Autofs
## Description:    NIS master map for autofs
## Type:           string
## Default:        "auto.master"
## ServiceReload:  autofs
#
# NIS autofs master map
#
NISMASTERMAP="auto.master"

## Path:           System/File systems/Autofs
## Description:    Convert underscores to dots in NIS autofs maps
## Type:           yesno
## Default:        yes
## ServiceReload:  autofs
#
# Converts underscores to dots in NIS autofs maps, e.g. auto_home to
# auto.home
#
UNDERSCORETODOT="yes"

## Path:           System/File systems/Autofs
## Description:    Additional options for auto.net map
## Type:           string
## Default:        "-multi"
## ServiceReload:  autofs
#
# Adds flags to the auto.net program map for /net.
# -multi allows mounts from servers with single exports to be consistent
#        mounts from servers with multiple exports
# -nosymlink suppresses symlinking local file systems
# -nonstrict allows mounting of some file systems even if one fails
#
AUTO_NET_FLAGS="-multi"
