summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-11-24 13:02:39 +0000
committertrasz <trasz@FreeBSD.org>2014-11-24 13:02:39 +0000
commitf1730eff39c43bf2557dba0d51be400c07019d1b (patch)
treeb1d49a6de2766ab186c78a666fce67b7fc2127ec /etc/defaults
parentc512271414c7c3dfe21888b1252ecfd659c13156 (diff)
downloadFreeBSD-src-f1730eff39c43bf2557dba0d51be400c07019d1b.zip
FreeBSD-src-f1730eff39c43bf2557dba0d51be400c07019d1b.tar.gz
Make it possible to specify flags for autofs daemons in rc.conf.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 48c772b..645a254 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -317,7 +317,10 @@ amd_enable="NO" # Run amd service with $amd_flags (or NO).
amd_program="/usr/sbin/amd" # path to amd, if you want a different one.
amd_flags="-a /.amd_mnt -l syslog /host /etc/amd.map /net /etc/amd.map"
amd_map_program="NO" # Can be set to "ypcat -k amd.master"
-autofs_enable="NO" # Run automountd(8)
+autofs_enable="NO" # Run autofs daemons.
+automount_flags="" # Flags to automount(8) (if autofs enabled).
+automountd_flags="" # Flags to automountd(8) (if autofs enabled).
+autounmountd_flags="" # Flags to autounmountd(8) (if autofs enabled).
nfs_client_enable="NO" # This host is an NFS client (or NO).
nfs_access_cache="60" # Client cache timeout in seconds
nfs_server_enable="NO" # This host is an NFS server (or NO).
OpenPOWER on IntegriCloud