diff --git a/etc/network.subr b/etc/network.subr index 4a3c1ec58fde..1c38d055c99e 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -518,7 +518,7 @@ network_pass3() { case ${weak_mountd_authentication} in [Yy][Ee][Ss]) - mountd_flags="-n" + mountd_flags="${mountd_flags} -n" ;; esac diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions index 4a3c1ec58fde..1c38d055c99e 100644 --- a/etc/rc.d/netoptions +++ b/etc/rc.d/netoptions @@ -518,7 +518,7 @@ network_pass3() { case ${weak_mountd_authentication} in [Yy][Ee][Ss]) - mountd_flags="-n" + mountd_flags="${mountd_flags} -n" ;; esac diff --git a/etc/rc.d/network1 b/etc/rc.d/network1 index 4a3c1ec58fde..1c38d055c99e 100644 --- a/etc/rc.d/network1 +++ b/etc/rc.d/network1 @@ -518,7 +518,7 @@ network_pass3() { case ${weak_mountd_authentication} in [Yy][Ee][Ss]) - mountd_flags="-n" + mountd_flags="${mountd_flags} -n" ;; esac diff --git a/etc/rc.d/network2 b/etc/rc.d/network2 index 4a3c1ec58fde..1c38d055c99e 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 diff --git a/etc/rc.d/network3 b/etc/rc.d/network3 index 4a3c1ec58fde..1c38d055c99e 100644 --- a/etc/rc.d/network3 +++ b/etc/rc.d/network3 @@ -518,7 +518,7 @@ network_pass3() { case ${weak_mountd_authentication} in [Yy][Ee][Ss]) - mountd_flags="-n" + mountd_flags="${mountd_flags} -n" ;; esac diff --git a/etc/rc.d/routing b/etc/rc.d/routing index 4a3c1ec58fde..1c38d055c99e 100644 --- a/etc/rc.d/routing +++ b/etc/rc.d/routing @@ -518,7 +518,7 @@ network_pass3() { case ${weak_mountd_authentication} in [Yy][Ee][Ss]) - mountd_flags="-n" + mountd_flags="${mountd_flags} -n" ;; esac diff --git a/etc/rc.network b/etc/rc.network index 4a3c1ec58fde..1c38d055c99e 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