From owner-freebsd-doc@FreeBSD.ORG Sat Feb 10 22:50:05 2007 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A8FE16A400 for ; Sat, 10 Feb 2007 22:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 381C713C491 for ; Sat, 10 Feb 2007 22:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1AMo5dp032228 for ; Sat, 10 Feb 2007 22:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1AMo56g032227; Sat, 10 Feb 2007 22:50:05 GMT (envelope-from gnats) Resent-Date: Sat, 10 Feb 2007 22:50:05 GMT Resent-Message-Id: <200702102250.l1AMo56g032227@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, Chris Haulmark Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1C3116A401 for ; Sat, 10 Feb 2007 22:41:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 7C32E13C441 for ; Sat, 10 Feb 2007 22:41:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l1AMfm3X089221 for ; Sat, 10 Feb 2007 22:41:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l1AMfmlp089220; Sat, 10 Feb 2007 22:41:48 GMT (envelope-from nobody) Message-Id: <200702102241.l1AMfmlp089220@www.freebsd.org> Date: Sat, 10 Feb 2007 22:41:48 GMT From: Chris Haulmark To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: docs/109034: [patch] add csup to cvsup.html X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2007 22:50:05 -0000 >Number: 109034 >Category: docs >Synopsis: [patch] add csup to cvsup.html >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 10 22:50:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Chris Haulmark >Release: 6.2-stable >Organization: >Environment: >Description: Realized that the handbook did not have anything about csup so I thought I'll contribute a bit. I will submit another patch for ports-using.html to include a snip of csup. >How-To-Repeat: >Fix: Patch attached with submission follows: --- cvsup.html Sat May 6 23:26:13 2006 +++ cvsup.html-edited Sat Feb 10 16:30:14 2007 @@ -67,6 +67,20 @@ class="APPLICATION">CVSup is both faster and more flexible.

+
+
+

Note: csup is a rewrite of the CVSup software in C. If you are using FreeBSD 6.2 or later, you +can use csup that is included in the base install and skip +steps on the CVSup installation. Otherwise, follow the +instructions on installing CVSup or csup from the ports +down below. If you wish to use csup instead of CVSup, just substitute the references of +CVSup with csup while following the remainder of this +article.

+
+
+

A.5.2 Installation

@@ -93,6 +107,16 @@
+ +

If you want to install csup on FreeBSD 6.1 or earlier, +you can use the precompiled +net/cvsup package from the FreeBSD packages collection. If you prefer to build csup from source, you can use the net/csup port instead.