Correct some incorrect instructions.

Submitted by:	Mattias.Gronlund@sa.erisoft.se (Mattias Gronlund)
This commit is contained in:
John Fieber 1995-06-23 13:59:37 +00:00
parent 955189b4f1
commit e853655897
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20

View file

@ -1,4 +1,4 @@
<!-- $Id: ports.sgml,v 1.2 1995-05-18 03:05:19 jfieber Exp $ --> <!-- $Id: ports.sgml,v 1.3 1995-06-23 13:59:37 jfieber Exp $ -->
<!-- The FreeBSD Documentation Project --> <!-- The FreeBSD Documentation Project -->
<sect><heading>The Ports collection<label id="ports:"></heading> <sect><heading>The Ports collection<label id="ports:"></heading>
@ -148,7 +148,7 @@ third party, who is I believe aware of its shortcomings)
<p> There is a way around this. Before starting the compilation, type: <p> There is a way around this. Before starting the compilation, type:
<verb> <verb>
setenv BATCH yes # (if you use csh/tcsh) or setenv BATCH yes # (if you use csh/tcsh) or
BATCH=yes # (for sh/bash) BATCH=yes; export BATCH # (for sh/bash)
</verb> </verb>
This should miss out ports which need user interaction. Unfortunately, This should miss out ports which need user interaction. Unfortunately,
ncftp doesn't know about this trick, and can often screw up and ask ncftp doesn't know about this trick, and can often screw up and ask