Add to, don't overwrite, user-settable mountd_flags.
PR: conf/15745 Submitted by: Vivek Khera <khera@kciLink.com>
This commit is contained in:
parent
f0f4cc8203
commit
0ea4d6a600
@ -518,7 +518,7 @@ network_pass3() {
|
||||
|
||||
case ${weak_mountd_authentication} in
|
||||
[Yy][Ee][Ss])
|
||||
mountd_flags="-n"
|
||||
mountd_flags="${mountd_flags} -n"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -518,7 +518,7 @@ network_pass3() {
|
||||
|
||||
case ${weak_mountd_authentication} in
|
||||
[Yy][Ee][Ss])
|
||||
mountd_flags="-n"
|
||||
mountd_flags="${mountd_flags} -n"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -518,7 +518,7 @@ network_pass3() {
|
||||
|
||||
case ${weak_mountd_authentication} in
|
||||
[Yy][Ee][Ss])
|
||||
mountd_flags="-n"
|
||||
mountd_flags="${mountd_flags} -n"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -518,7 +518,7 @@ network_pass3() {
|
||||
|
||||
case ${weak_mountd_authentication} in
|
||||
[Yy][Ee][Ss])
|
||||
mountd_flags="-n"
|
||||
mountd_flags="${mountd_flags} -n"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -518,7 +518,7 @@ network_pass3() {
|
||||
|
||||
case ${weak_mountd_authentication} in
|
||||
[Yy][Ee][Ss])
|
||||
mountd_flags="-n"
|
||||
mountd_flags="${mountd_flags} -n"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -518,7 +518,7 @@ network_pass3() {
|
||||
|
||||
case ${weak_mountd_authentication} in
|
||||
[Yy][Ee][Ss])
|
||||
mountd_flags="-n"
|
||||
mountd_flags="${mountd_flags} -n"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -518,7 +518,7 @@ network_pass3() {
|
||||
|
||||
case ${weak_mountd_authentication} in
|
||||
[Yy][Ee][Ss])
|
||||
mountd_flags="-n"
|
||||
mountd_flags="${mountd_flags} -n"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user