summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-08-23 12:00:45 +0000
committertrasz <trasz@FreeBSD.org>2014-08-23 12:00:45 +0000
commit19be009a4f8eb0d239ec3e465b0a9b2a2947dcf8 (patch)
treeb1e5a7b58efb9b8b04603286fe79c45339116116 /etc
parent70e59e5f25bda6a3ba9ed938a3be5f538e570875 (diff)
downloadFreeBSD-src-19be009a4f8eb0d239ec3e465b0a9b2a2947dcf8.zip
FreeBSD-src-19be009a4f8eb0d239ec3e465b0a9b2a2947dcf8.tar.gz
Add "nobrowse" option. Previously automountd(8) always behaved as if
it was set, now it's conditional. PR: 192862 MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc')
-rw-r--r--etc/auto_master2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/auto_master b/etc/auto_master
index 16d55e2..3b3e5da 100644
--- a/etc/auto_master
+++ b/etc/auto_master
@@ -2,4 +2,4 @@
#
# Automounter master map, see auto_master(5) for details.
#
-/net -hosts -nosuid
+/net -hosts -nobrowse,nosuid
OpenPOWER on IntegriCloud