Bug 34037

Summary: [PATCH] Updating handbook-mirrors chapter
Product: Documentation Reporter: darklogik <darklogik>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description darklogik 2002-01-18 15:30:00 UTC
The cvsup section of the handbook, I feel, lacks some important information.  Other than that, it did
need a bit of a touch up, this diff will add a link to the staples website as they carry boxed FreeBSD sets, more
information about the refuse and sup files, slight grammer correction :)

Fix: Apply this patch


How-To-Repeat: Read the chapter, use cvsup on a slow connection, and presto, instant "Why wasn't this explained?"
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-01-23 08:26:27 UTC
Responsible Changed
From-To: freebsd-doc->keramida

I've partially committed the changes from this. 
Working with Tom on the rest.
Comment 2 darklogik 2002-01-30 22:12:38 UTC
Apply this patch, it will add another FreeBSD Vender to your list, along with
adding some more information for a users refuse file.  I feel this information
is important for new users to know and understand as slower connections
will take longer to download, it may also subtract some server load on
everyone if hundreds of users know about what ports/docs they do not really
need to download...  Thanks alot

--Tom (Darklogik) Rhodes



*** chapter.sgml.old	Tue Jan 29 22:02:18 2002
--- chapter.sgml	Wed Jan 30 16:26:02 2002
***************
*** 1,7 ****
  <!--
       The FreeBSD Documentation Project
  
!      $FreeBSD: doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v 1.188 2002/01/25 05:17:00 murray Exp $
  -->
  
  <appendix id="mirrors">
--- 1,7 ----
  <!--
       The FreeBSD Documentation Project
  
!      $FreeBSD: doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v 1.189 2002/01/30 15:50:16 kuriyama Exp $
  -->
  
  <appendix id="mirrors">
***************
*** 38,43 ****
--- 38,50 ----
  	    WWW: <otheraddr><ulink url="http://www.microcenter.com/">http://www.microcenter.com/</ulink></otheraddr>
  	  </address>
  	</listitem>
+ 
+         <listitem>
+           <address>
+             <otheraddr>Staples</otheraddr>
+             WWW: <otheraddr><ulink url="http://www.staples.com/">http://www.staples.com/</ulink></otheraddr>
+           </address>
+         </listitem>
        </itemizedlist>
      </sect2>
  
***************
*** 2008,2020 ****
         <emphasis>refuse file</emphasis>:</para>
  
         <screen>ports/chinese
  ports/german
  ports/japanese
  ports/korean
  ports/russian
  ports/vietnamese
  doc/es_ES.ISO8859-1
! doc/ja_JP.eucJP</screen>
  
         <para>and so forth for the other languages. Note that the name
         of the repository is the first <quote>directory</quote> in the
--- 2021,2044 ----
         <emphasis>refuse file</emphasis>:</para>
  
         <screen>ports/chinese
+ ports/french
  ports/german
+ ports/hebrew
  ports/japanese
  ports/korean
  ports/russian
+ ports/ukrainian
  ports/vietnamese
+ doc/de_DE.ISO8859-1
  doc/es_ES.ISO8859-1
! doc/fr_FR.ISO8859-1
! doc/it_IT.ISO8859-15
! doc/ja_JP.eucJP
! doc/nl_NL.ISO8859-1
! doc/pt_BR.ISO8859-1
! doc/ru_RU.KOI8-R
! doc/sr_YU.ISO8859-2
! doc/zh_TW.Big5</screen>
  
         <para>and so forth for the other languages. Note that the name
         of the repository is the first <quote>directory</quote> in the
Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2002-01-31 03:04:30 UTC
State Changed
From-To: open->closed

Committed in two parts.  First Staples was added, then the refuse file 
updated in revisions 1.190 and 1.191 of handbook/mirrors/chapter.sgml 
Thanks!