summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/network.subr2
-rw-r--r--etc/rc.d/netoptions2
-rw-r--r--etc/rc.d/network12
-rw-r--r--etc/rc.d/network22
-rw-r--r--etc/rc.d/network32
-rw-r--r--etc/rc.d/routing2
-rw-r--r--etc/rc.network2
7 files changed, 7 insertions, 7 deletions
diff --git a/etc/network.subr b/etc/network.subr
index 4a3c1ec..1c38d05 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 4a3c1ec..1c38d05 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 4a3c1ec..1c38d05 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 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
diff --git a/etc/rc.d/network3 b/etc/rc.d/network3
index 4a3c1ec..1c38d05 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 4a3c1ec..1c38d05 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 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
OpenPOWER on IntegriCloud