summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-29 23:54:07 +0000
committerjkh <jkh@FreeBSD.org>1994-11-29 23:54:07 +0000
commit0157925fed270e1cf98ce7310f4c8c69f107b7e3 (patch)
tree5142edf55107328d95111ed25701f4257da6abd7 /release
parent1a255715221e0ea0d85490b8ae5b1534e11b1a6f (diff)
downloadFreeBSD-src-0157925fed270e1cf98ce7310f4c8c69f107b7e3.zip
FreeBSD-src-0157925fed270e1cf98ce7310f4c8c69f107b7e3.tar.gz
Make the suggested NFS options actually work now. Neither Garrett nor I were
actually correct. mount_nfs takes *different* options than mount -t nfs does.
Diffstat (limited to 'release')
-rw-r--r--release/instdist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/instdist.sh b/release/instdist.sh
index 6ebcee4..0db9e33 100644
--- a/release/instdist.sh
+++ b/release/instdist.sh
@@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: instdist.sh,v 1.31 1994/11/27 13:03:00 ats Exp $
+# $Id: instdist.sh,v 1.32 1994/11/28 22:13:05 jkh Exp $
if [ "${_INSTINST_SH_LOADED_}" = "yes" ]; then
return 0
@@ -463,7 +463,7 @@ for this to work!\n"; then continue; fi
from a Sun 4.1.x system, you may wish to specify \`-o resvport' to send
NFS requests over a privileged port (use this if you get nasty
\`\`credential too weak'' errors from the server). When using a slow
-ethernet card or network link, \`-o -r=1024,-w=1024' may also prove helpful.
+ethernet card or network link, \`-r 1024 -w 1024' may also prove helpful.
Options, if any, should be separated by commas."; then
if [ "${ANSWER}" != "" ]; then
NFS_OPTIONS="${ANSWER}"
OpenPOWER on IntegriCloud