summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-01-01 15:48:12 +0000
committertrasz <trasz@FreeBSD.org>2015-01-01 15:48:12 +0000
commitf0fc25ae4bf78ea39a5f50e3a429eb14ece55fc7 (patch)
tree2d80b52a926426b1dfc9df97e1e6d014e1f449c9 /etc/rc.d
parent8a977bdac721759070111c00c9cab5f72eb5d831 (diff)
downloadFreeBSD-src-f0fc25ae4bf78ea39a5f50e3a429eb14ece55fc7.zip
FreeBSD-src-f0fc25ae4bf78ea39a5f50e3a429eb14ece55fc7.tar.gz
MFC r274965:
Make it possible to specify flags for autofs daemons in rc.conf. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/rc.d')
-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