1
0
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:
Gordon Tetlow 2002-09-02 21:20:58 +00:00
parent da5e455e1a
commit b168ce8b63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102866

View File

@ -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