Correct some incorrect instructions.

Submitted by:	Mattias.Gronlund@sa.erisoft.se (Mattias Gronlund)
backups/projects/sgml2xml@41712
John Fieber 29 years ago
parent 955189b4f1
commit e853655897
Notes: svn2git 3 years ago
svn path=/head/; revision=20

@ -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 -->
<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:
<verb>
setenv BATCH yes # (if you use csh/tcsh) or
BATCH=yes # (for sh/bash)
BATCH=yes; export BATCH # (for sh/bash)
</verb>
This should miss out ports which need user interaction. Unfortunately,
ncftp doesn't know about this trick, and can often screw up and ask

Loading…
Cancel
Save