From f0fc25ae4bf78ea39a5f50e3a429eb14ece55fc7 Mon Sep 17 00:00:00 2001 From: trasz Date: Thu, 1 Jan 2015 15:48:12 +0000 Subject: MFC r274965: Make it possible to specify flags for autofs daemons in rc.conf. Sponsored by: The FreeBSD Foundation --- etc/rc.d/automount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.d') 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() -- cgit v1.1