Bug 157894

Summary: Handbook uses a deprecated example in rc.conf core configuration
Product: Documentation Reporter: rsimmons0
Component: Books & ArticlesAssignee: Daniel Gerzo <danger>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description rsimmons0 2011-06-15 04:10:10 UTC
The Handbook section 11.3 "Core Configuration" has an example rc.conf file containing the following line:
network_interfaces="fxp0 lo0"

According to rc.conf(5) setting this to anything other than AUTO is deprecated:
"Set to the list of network interfaces to configure on this host or ``AUTO'' (the default) for all current interfaces.  Setting the network_interfaces variable to anything other than the default is deprecated."

The URL for the page of the handbook is:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-core-configuration.html

Fix: 

The line
network_interfaces="fxp0 lo0"
in the example should be removed.
Comment 1 Daniel Gerzo freebsd_committer freebsd_triage 2011-06-15 12:06:36 UTC
Responsible Changed
From-To: freebsd-doc->danger

take
Comment 2 Daniel Gerzo freebsd_committer freebsd_triage 2011-06-15 14:44:53 UTC
State Changed
From-To: open->closed

- I believe my latest revision to this handbook section fixes the 
problem you pointed out and also other problems as well 
- Thanks for spotting that!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-06-15 14:45:12 UTC
danger      2011-06-15 13:44:49 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/config chapter.sgml 
  Log:
  - rework this section a little by including an info which applies to
    the current state of how the things are done
  - add a new paragraph covering the fact that rc.conf is read by sh(1)
  
  PR:             docs/157894
  Reviewed by:    gavin, simon, Niclas Zeising
  
  Revision  Changes    Path
  1.247     +23 -19    doc/en_US.ISO8859-1/books/handbook/config/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"