[PATCH] samples/auto.net: Remove mentioning of nonstrict option in comment
Salvatore Bonaccorso <[email protected]>
| Newsgroups | org.kernel.vger.autofs |
|---|---|
| Message-ID | <[email protected]> |
Since 8e7823c2a317 ("Make nonstrict the default for multi-mount map
entries.") 'nonstrict' is the default for for multi-mount map entries
and the '-strict' option was introduced in autofs(5).
Link: https://bugs.debian.org/603091
Signed-off-by: Salvatore Bonaccorso <[email protected]>
---
samples/auto.net | 1 -
1 file changed, 1 deletion(-)
diff --git a/samples/auto.net b/samples/auto.net
index c5b145d545fc..5635c4344b3f 100755
--- a/samples/auto.net
+++ b/samples/auto.net
@@ -8,7 +8,6 @@
key="$1"
# add "nosymlink" here if you want to suppress symlinking local filesystems
-# add "nonstrict" to make it OK for some filesystems to not mount
opts="-fstype=nfs,hard,nodev,nosuid"
for P in /bin /sbin /usr/bin /usr/sbin
--
2.45.2