Bug 111059

Summary: Port numbers used in proxy example in handbook don't match
Product: Documentation Reporter: Richard Tector <richardtector>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Richard Tector 2007-03-31 15:20:01 UTC
Section 2.8 of the handbook details how to select an FTP server as the installation medium. An example is given for the use of a proxy server, however the two ports given don't match (see below). The 1024 should be changed to 1234, or perhaps a more common proxy port number should be chosen such as 8080?

<quote>
For a proxy FTP server, you should usually give the name of the server you really want as a part of the username, after an @ sign. The proxy server then fakes the real server. For example, assuming you want to install from ftp.FreeBSD.org, using the proxy FTP server foo.example.com, listening on port 1024.

In this case, you go to the options menu, set the FTP username to ftp@ftp.FreeBSD.org, and the password to your email address. As your installation media, you specify FTP (or passive FTP, if the proxy supports it), and the URL ftp://foo.example.com:1234/pub/FreeBSD
</quote>

Fix: 

Update text as suggested.
How-To-Repeat: n/a
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-04-02 07:16:08 UTC
remko       2007-04-02 06:16:03 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/install chapter.sgml 
  Log:
  Correct portnumber in an example so that the displayed command and the
  text surrounding it match.
  
  PR:             docs/111059
  Submitted by:   Richard Tector
  
  Revision  Changes    Path
  1.346     +1 -1      doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Remko Lodder freebsd_committer freebsd_triage 2007-04-02 07:16:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!