mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
We don't use single_mountd_enable anymore. It's just mountd_enable. I must
have missed this in my earlier sweep.
This commit is contained in:
parent
da5e455e1a
commit
b168ce8b63
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102866
@ -36,7 +36,7 @@ mountd_precmd()
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
if checkyesno single_mountd_enable ; then
|
||||
if checkyesno mountd_enable ; then
|
||||
checkyesno weak_mountd_authentication && mountd_flags="-n"
|
||||
fi
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user