summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.d/mountd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/mountd b/etc/rc.d/mountd
index 7de831b..a741a98 100755
--- a/etc/rc.d/mountd
+++ b/etc/rc.d/mountd
@@ -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
OpenPOWER on IntegriCloud