summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2000-07-14 13:03:36 +0000
committernbm <nbm@FreeBSD.org>2000-07-14 13:03:36 +0000
commit863dc9acc434da687d7b40dc08c2f51a907a55d3 (patch)
tree16d591ec9a5e7b3e15ccbf4786df80aac41cb690 /etc/rc.d
parent8d94fa095e6a81f484148b6b1be48ad8e89ccc41 (diff)
downloadFreeBSD-src-863dc9acc434da687d7b40dc08c2f51a907a55d3.zip
FreeBSD-src-863dc9acc434da687d7b40dc08c2f51a907a55d3.tar.gz
Add to, don't overwrite, user-settable mountd_flags.
PR: conf/15745 Submitted by: Vivek Khera <khera@kciLink.com>
Diffstat (limited to 'etc/rc.d')
-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
5 files changed, 5 insertions, 5 deletions
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
OpenPOWER on IntegriCloud