autofs-5.1.9 - Remove mentioning of nonstrict option in comment in samples/auto.net From: Salvatore Bonaccorso 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 Signed-off-by: Ian Kent --- CHANGELOG | 1 + samples/auto.net | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7f588f38d..3dd4ce651 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,6 +17,7 @@ - add some unimplemented amd map options. - fix get parent multi-mount check in try_remount(). - fix deadlock in remount. +- Remove mentioning of nonstrict option in comment in samples/auto.net. 02/11/2023 autofs-5.1.9 - fix kernel mount status notification. diff --git a/samples/auto.net b/samples/auto.net index c5b145d54..5635c4344 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