summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/automount
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/rc.d/automount
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/rc.d/automount')
-rw-r--r--etc/rc.d/automount2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/automount b/etc/rc.d/automount
index 63bda42..c394694 100644
--- a/etc/rc.d/automount
+++ b/etc/rc.d/automount
@@ -18,7 +18,7 @@ required_modules="autofs"
automount_start()
{
- /usr/sbin/automount
+ /usr/sbin/automount ${automount_flags}
}
automount_stop()
OpenPOWER on IntegriCloud