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
24c38d2a02
commit
6068c024d6
@ -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…
x
Reference in New Issue
Block a user