Add to, don't overwrite, user-settable mountd_flags.

PR:		conf/15745
Submitted by:	Vivek Khera <khera@kciLink.com>
This commit is contained in:
Neil Blakey-Milner 2000-07-14 13:03:36 +00:00
parent 866c1fb1b7
commit e3186dd555
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63147
7 changed files with 7 additions and 7 deletions

View File

@ -518,7 +518,7 @@ network_pass3() {
case ${weak_mountd_authentication} in
[Yy][Ee][Ss])
mountd_flags="-n"
mountd_flags="${mountd_flags} -n"
;;
esac

View File

@ -518,7 +518,7 @@ network_pass3() {
case ${weak_mountd_authentication} in
[Yy][Ee][Ss])
mountd_flags="-n"
mountd_flags="${mountd_flags} -n"
;;
esac

View File

@ -518,7 +518,7 @@ network_pass3() {
case ${weak_mountd_authentication} in
[Yy][Ee][Ss])
mountd_flags="-n"
mountd_flags="${mountd_flags} -n"
;;
esac

View File

@ -518,7 +518,7 @@ network_pass3() {
case ${weak_mountd_authentication} in
[Yy][Ee][Ss])
mountd_flags="-n"
mountd_flags="${mountd_flags} -n"
;;
esac

View File

@ -518,7 +518,7 @@ network_pass3() {
case ${weak_mountd_authentication} in
[Yy][Ee][Ss])
mountd_flags="-n"
mountd_flags="${mountd_flags} -n"
;;
esac

View File

@ -518,7 +518,7 @@ network_pass3() {
case ${weak_mountd_authentication} in
[Yy][Ee][Ss])
mountd_flags="-n"
mountd_flags="${mountd_flags} -n"
;;
esac

View File

@ -518,7 +518,7 @@ network_pass3() {
case ${weak_mountd_authentication} in
[Yy][Ee][Ss])
mountd_flags="-n"
mountd_flags="${mountd_flags} -n"
;;
esac