diff options
Diffstat (limited to 'etc/rc.d/network2')
-rw-r--r-- | etc/rc.d/network2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/network2 b/etc/rc.d/network2 index 4a3c1ec..1c38d05 100644 --- a/etc/rc.d/network2 +++ b/etc/rc.d/network2 @@ -518,7 +518,7 @@ network_pass3() { case ${weak_mountd_authentication} in [Yy][Ee][Ss]) - mountd_flags="-n" + mountd_flags="${mountd_flags} -n" ;; esac |