summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/network1
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/network1')
-rw-r--r--etc/rc.d/network117
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/rc.d/network1 b/etc/rc.d/network1
index ad66337..d17f6ef 100644
--- a/etc/rc.d/network1
+++ b/etc/rc.d/network1
@@ -508,6 +508,23 @@ network_pass3() {
esac
fi
;;
+ *)
+ case ${single_mountd_enable} in
+ [Yy][Ee][Ss])
+ if [ -r /etc/exports ]; then
+ echo -n ' mountd'
+
+ case ${weak_mountd_authentication} in
+ [Yy][Ee][Ss])
+ mountd_flags="-n"
+ ;;
+ esac
+
+ mountd ${mountd_flags}
+ fi
+ ;;
+ esac
+ ;;
esac
case ${nfs_client_enable} in
OpenPOWER on IntegriCloud