From jdf@promethium.aetherix.com Sun Jul 11 19:48:24 2010 Return-Path: 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 Reply-To: John Ferrell To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: [patch] update Anonymous CVS appendix to correct usage example X-Send-Pr-Version: 3.113 X-GNATS-Notify: >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: closed >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 11 19:50:07 UTC 2010 >Closed-Date: Mon Jul 12 06:12:54 UTC 2010 >Last-Modified: Mon Jul 12 06:12:54 UTC 2010 >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: From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/148498: commit references a PR Date: Mon, 12 Jul 2010 06:02:14 +0000 (UTC) maxim 2010-07-12 06:02:00 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: o Replace non-existant anoncvs.FreeBSD.org by anoncvs1.FreeBSD.org. PR: docs/148498 Submitted by: John Ferrell Revision Changes Path 1.487 +4 -4 doc/en_US.ISO8859-1/books/handbook/mirrors/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" State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Mon Jul 12 06:12:35 UTC 2010 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=148498 >Unformatted: