From e3186dd555472597032110ec709fe7886b8fa048 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Fri, 14 Jul 2000 13:03:36 +0000 Subject: [PATCH] Add to, don't overwrite, user-settable mountd_flags. PR: conf/15745 Submitted by: Vivek Khera --- etc/network.subr | 2 +- etc/rc.d/netoptions | 2 +- etc/rc.d/network1 | 2 +- etc/rc.d/network2 | 2 +- etc/rc.d/network3 | 2 +- etc/rc.d/routing | 2 +- etc/rc.network | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) 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