Bug 124685

Summary: [patch] update to section 29.2.8 (Multicast Routing) to address change in FreeBSD 7
Product: Documentation Reporter: John Ferrell <jdferrell3>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description John Ferrell 2008-06-17 18:40:01 UTC
Attached diff is for en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml.  It updates section 29.2.8 to reflect change in FreeBSD 7 where mrouted(8) was removed from the base system, but is still available in the ports collection.  This addresses part of docs/124666.


The update can be viewed here:
http://promethium.rhsmith.umd.edu/doc/en_US.ISO8859-1/books/handbook/network-routing.html

Fix: 

659a660,669
>       <note>
>         <para>As of &os; 7 the &man.mrouted.8; multicast routing daemon 
>           has been removed from the base system. It implements the 
>           <acronym>DVMRP</acronym> multicast routing protocol, which has 
>           largely been replaced by &man.pim.4; in many multicast 
>           installations. The related &man.map-mbone.8; and 
>           &man.mrinfo.8; utilities have also been removed. These programs 
>           are now available in the &os; Ports Collection as 
>           <filename role="package">net/mrouted</filename>.</para>
>       </note>
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2008-06-17 20:19:20 UTC
State Changed
From-To: open->feedback

Hi John, 

it seem that the patch has been corrupted in the PR, I can only see a mess 
there. Could you please upload it somewhere or send it to me directly as a 
gzipped attachment? If you are sending PRs from the command line with 
sen-pr, you can attach the patch with the -a option, this should work well. 

Regards, 
Gabor 


Comment 2 Gabor Kovesdan freebsd_committer freebsd_triage 2008-06-17 20:19:20 UTC
Responsible Changed
From-To: freebsd-doc->gabor

Take.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-21 01:22:01 UTC
gabor       2008-06-21 00:21:54 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/advanced-networking 
                                                       chapter.sgml 
  Log:
  - Note that mrouted has gone from FreeBSD 7.X
  
  PR:             docs/124685
  Submitted by:   John Ferrell <jdferrell3@yahoo.com>
  
  Revision  Changes    Path
  1.408     +11 -0     doc/en_US.ISO8859-1/books/handbook/advanced-networking/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 4 Gabor Kovesdan freebsd_committer freebsd_triage 2008-06-21 01:26:14 UTC
State Changed
From-To: feedback->closed

Committed, thanks!