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