From wollman@khavrinen.lcs.mit.edu  Tue Nov 22 12:58:37 1994
Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.26.0.162]) by freefall.cdrom.com (8.6.8/8.6.6) with ESMTP id MAA04466 for <FreeBSD-gnats-submit@freefall.cdrom.com>; Tue, 22 Nov 1994 12:58:36 -0800
Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.6.9/8.6.6) id PAA00321; Tue, 22 Nov 1994 15:58:31 -0500
Message-Id: <199411222058.PAA00321@khavrinen.lcs.mit.edu>
Date: Tue, 22 Nov 1994 15:58:31 -0500
From: "Garrett A. Wollman" <wollman@khavrinen.lcs.mit.edu>
Reply-To: wollman@khavrinen.lcs.mit.edu
To: FreeBSD-gnats-submit@freefall.cdrom.com
Subject: Documentation error in instdist.sh
X-Send-Pr-Version: 3.2

>Number:         24
>Category:       docs
>Synopsis:       Documentation error in instdist.sh
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    core
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 22 13:00:03 1994
>Closed-Date:    Wed Nov 23 12:09:43 PST 1994
>Last-Modified:  Fri Dec 10 03:04:36 UTC 2010
>Originator:     Garrett A. Wollman
>Release:        FreeBSD 2.0.1-Development i386
>Organization:
MIT Laboratory for Computer Science
>Environment:

-current source code

>Description:

instdist.sh says:
                if input \
"Do you wish to specify any options to NFS?  If you're installing
from a Sun 4.1.x system, you may wish to specify resvport to allow
installation over a priviledged port.  When using a slow ethernet
card or network link, rsize=4096,wsize=4096 may also prove helpful.
Options, if any, should be separated by commas."; then

This is wrong.

>How-To-Repeat:

	more /usr/src/release/instdist.sh

>Fix:
	
from a Sun 4.x system, you may wish to specify \`resvport' to send NFS
requests over a privileged port (use this if you get nasty \`\`credential 
too weak'' errors on the server).  When using a slow Ethernet card or
a congested network, \`-r1024,-w1024' may also prove helpful.  Options, if
any, should be separated by commas."; then


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wollman 
State-Changed-When: Wed Nov 23 12:09:43 PST 1994 
State-Changed-Why:  
Jordan fixed the bug. 
>Unformatted:



