From owner-freebsd-doc@FreeBSD.ORG Sun Jul 11 19:50:08 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94A101065677 for ; Sun, 11 Jul 2010 19:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 569178FC17 for ; Sun, 11 Jul 2010 19:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6BJo7R4069260 for ; Sun, 11 Jul 2010 19:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6BJo7dk069259; Sun, 11 Jul 2010 19:50:07 GMT (envelope-from gnats) Resent-Date: Sun, 11 Jul 2010 19:50:07 GMT Resent-Message-Id: <201007111950.o6BJo7dk069259@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Ferrell Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F677106566C for ; Sun, 11 Jul 2010 19:48:24 +0000 (UTC) (envelope-from jdf@promethium.aetherix.com) Received: from promethium.aetherix.com (promethium.aetherix.com [174.136.97.194]) by mx1.freebsd.org (Postfix) with ESMTP id 0E4AC8FC18 for ; Sun, 11 Jul 2010 19:48:23 +0000 (UTC) Received: from promethium.aetherix.com (localhost [127.0.0.1]) by promethium.aetherix.com (8.14.4/8.14.3) with ESMTP id o6A3CaEN015104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 9 Jul 2010 23:12:36 -0400 (EDT) (envelope-from jdf@promethium.aetherix.com) Received: (from jdf@localhost) by promethium.aetherix.com (8.14.4/8.14.3/Submit) id o6A3Ca4g015103; Fri, 9 Jul 2010 23:12:36 -0400 (EDT) (envelope-from jdf) Message-Id: <201007100312.o6A3Ca4g015103@promethium.aetherix.com> Date: Fri, 9 Jul 2010 23:12:36 -0400 (EDT) From: John Ferrell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/148498: [patch] update Anonymous CVS appendix to correct usage example X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Ferrell List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2010 19:50:08 -0000 >Number: 148498 >Category: docs >Synopsis: [patch] update Anonymous CVS appendix to correct usage example >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 11 19:50:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: John Ferrell >Release: FreeBSD 8.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD promethium 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0: Tue May 25 20:54:11 UTC 2010 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Example A-2 "Using SSH to check out the src/ tree" in the Anonymous CVS appendix (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html) does not work--it appears the hostname is no longer valid. The attached patch corrects the example using the hostname, anoncvs1.FreeBSD.org, noted in section A.4.2. >How-To-Repeat: <> >Fix: The patch is for en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml. --- chapter.diff.txt begins here --- --- chapter.sgml.orig 2010-07-03 22:23:04.000000000 -0400 +++ chapter.sgml 2010-07-03 22:27:53.000000000 -0400 @@ -430,11 +430,11 @@ Using SSH to check out the <filename>src/</filename> tree: - &prompt.user; cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co src -The authenticity of host 'anoncvs.freebsd.org (128.46.156.46)' can't be established. -DSA key fingerprint is 52:02:38:1a:2f:a8:71:d3:f5:83:93:8d:aa:00:6f:65. + &prompt.user; cvs -d anoncvs@anoncvs1.FreeBSD.org:/home/ncvs co src +The authenticity of host 'anoncvs1.freebsd.org (216.87.78.137)' can't be established. +DSA key fingerprint is 53:1f:15:a3:72:5c:43:f6:44:0e:6a:e9:bb:f8:01:62. Are you sure you want to continue connecting (yes/no)? yes -Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known hosts. +Warning: Permanently added 'anoncvs1.freebsd.org' (DSA) to the list of known hosts. --- chapter.diff.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: