From nobody@FreeBSD.org  Fri Mar 13 06:52:45 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D1E9810656BB
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Mar 2009 06:52:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id BDB6F8FC24
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Mar 2009 06:52:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2D6qjmK039108
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Mar 2009 06:52:45 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n2D6qjo7039107;
	Fri, 13 Mar 2009 06:52:45 GMT
	(envelope-from nobody)
Message-Id: <200903130652.n2D6qjo7039107@www.freebsd.org>
Date: Fri, 13 Mar 2009 06:52:45 GMT
From: Sergey <starikov@caotus.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: examples/cvsup/ports-supfile still oriented on cvsup port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         132596
>Category:       conf
>Synopsis:       examples/cvsup/ports-supfile still oriented on cvsup port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 13 07:00:08 UTC 2009
>Closed-Date:    Thu Oct 11 14:18:00 UTC 2012
>Last-Modified:  Thu Oct 11 14:18:00 UTC 2012
>Originator:     Sergey
>Release:        FreeBSD 7.1-RELEASE #1
>Organization:
>Environment:
FreeBSD borman.caotus.ru 7.1-RELEASE FreeBSD 7.1-RELEASE #1: Thu Feb 12 08:24:49 MSK 2009     root@borman.caotus.ru:/usr/obj/usr/src/sys/BORMAN  i386

>Description:
AFAIK from FreeBSD 6.2 base system contains its own rewritten in C cvsup
client called csup.

FreeBSD 7.1 already was released.
But /usr/share/examples/cvsup/ports-supfile still contains:

\begin{quotation}
# CVSup (CVS Update Protocol) allows you to download the latest CVS
# tree (or any branch of development therefrom) to your system easily
# and efficiently (far more so than with sup, which CVSup is aimed
# at replacing).  If you're running CVSup interactively, and are
# currently using an X display server, you should run CVSup as follows
# to keep your CVS tree up-to-date:
#
#       cvsup ports-supfile
#
# If not running X, or invoking cvsup from a non-interactive script, then
# run it as follows:
#
#       cvsup -g -L 2 ports-supfile
#
\end{quotation}

I think, this example must point user to standard cvsup client csup
>How-To-Repeat:

>Fix:
Change commands in quoted example to:

\begin{quotation}
#       csup -L 2 ports-supfile
\end{quotation}

or add someting like

\begin{quotation}
# Now for non-interactive update without X11
# we recommend to use standard cvsup client,
# included in base system:
#
#       csup -L 2 ports-supfile
\end{quotation}

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->freebsd-bin 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Mar 30 09:07:50 UTC 2009 
Responsible-Changed-Why:  
Not i386-specific. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132596 
Responsible-Changed-From-To: freebsd-bin->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Apr 14 21:18:48 UTC 2009 
Responsible-Changed-Why:  
Canonicalize assignment. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132596 
Responsible-Changed-From-To: freebsd-bugs->mux 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 5 11:38:25 UTC 2009 
Responsible-Changed-Why:  
mux@ is the maintainer of csup, maybe he can chase this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132596 
State-Changed-From-To: open->open 
State-Changed-By: linimon 
State-Changed-When: Thu Jun 23 18:05:33 UTC 2011 
State-Changed-Why:  
mux has returned his commit bit for safekeeping. 


Responsible-Changed-From-To: mux->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jun 23 18:05:33 UTC 2011 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=132596 
Responsible-Changed-From-To: freebsd-bugs->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Sat Sep 15 23:41:07 UTC 2012 
Responsible-Changed-Why:  
I fixed this a few months ago 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132596 
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Thu Oct 11 14:17:59 UTC 2012 
State-Changed-Why:  
This was fixed some time ago. Sorry for not updating this here at the 
time. Thanks for the report! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132596 
>Unformatted:
