Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2002 23:42:10 +0900
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/34448: [PATCH] new anoncvs server entry for Handbook
Message-ID:  <20020130234210J.matusita@jp.FreeBSD.org>

next in thread | raw e-mail | index | archive | help

>Number:         34448
>Category:       docs
>Synopsis:       [PATCH] new anoncvs server entry for Handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 30 06:50:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Makoto Matsushita
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Japan FreeBSD Users' Group / The FreeBSD Project
>Environment:

	N/A, only for documentation.

>Description:

	There is a brand-new FreeBSD anoncvs server, named
	`anoncvs.jp.FreeBSD.org'.  It would be great pleasure that
	this server is listed on the FreeBSD Handbook.

	Note that this server, anoncvs.jp.FreeBSD.org, provides both
	IPv4 and IPv6 network connection.

>How-To-Repeat:

	% cvs -d :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs login
	Logging in to :pserver:anoncvs@anoncvs.jp.freebsd.org:2401/home/ncvs
	CVS password: (type 'anoncvs')
	% cvs -d :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs co src
	cvs server: Updating src
	U src/Makefile
	...
	
>Fix:

	Here is a patch for adding an entry.  Even though I'm a
	committer, I don't commit this by myself; I don't know
	anything about doc area, can't verify whether it's OK or not.

Index: chapter.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v
retrieving revision 1.188
diff -u -r1.188 chapter.sgml
--- chapter.sgml	25 Jan 2002 05:17:00 -0000	1.188
+++ chapter.sgml	30 Jan 2002 14:32:18 -0000
@@ -1120,6 +1120,12 @@
 	      (rsh, pserver, ssh, ssh/2022)
 	      </para>
 	  </listitem>
+	  <listitem>
+	    <para><emphasis>Japan</emphasis>:
+	      :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs
+	      (Use <command>cvs login</command> and enter the password
+	      <quote>anoncvs</quote> when prompted.)</para>
+	  </listitem>
 	</itemizedlist>
 
 	<para>Since CVS allows one to <quote>check out</quote> virtually
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020130234210J.matusita>