From nobody@FreeBSD.org  Wed Apr 23 23:11:21 2008
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 84A75106568C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Apr 2008 23:11:21 +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 75AE48FC23
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Apr 2008 23:11:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m3NNAtJQ056886
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 23 Apr 2008 23:10:55 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m3NNAtdn056885;
	Wed, 23 Apr 2008 23:10:55 GMT
	(envelope-from nobody)
Message-Id: <200804232310.m3NNAtdn056885@www.freebsd.org>
Date: Wed, 23 Apr 2008 23:10:55 GMT
From: Lawrence Mayer <lawmay3@i12.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Patch: bugs in refuse.README
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         123035
>Category:       docs
>Synopsis:       [patch] bugs in refuse.README
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 23 23:20:00 UTC 2008
>Closed-Date:    Sat Jul 21 15:47:54 UTC 2012
>Last-Modified:  Sat Jul 21 15:47:54 UTC 2012
>Originator:     Lawrence Mayer
>Release:        7.0R
>Organization:
>Environment:
>Description:
Patch included fixes bugs in /usr/share/examples/cvsup/refuse.README Revision 1.13

1. Bug: incorrectly states base directory is "/usr", and suggests users place refuse file in "/usr/sup/", where it wouldn't function. Base directory set by example supfiles is /var/db/, not /usr. This bug corrected by patch.

2. Deadlink to CVS FAQ corrected.

3. CVSup changed to csup.
>How-To-Repeat:

>Fix:
Apply included patch to refuse.README Revision 1.13 <http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/share/examples/cvsup/refuse.README?rev=1.13;content-type=text%2Fplain>

Patch attached with submission follows:

--- refuse.README_113.txt	2008-04-23 15:17:38.658304000 -0700
+++ refuse.README_114.txt	2008-04-23 15:46:29.156638400 -0700
@@ -7,13 +7,13 @@
 
 Each line of the refuse file contains one or more filename patterns
 separated by white space.  Everything matched by a pattern will be
-left untouched by CVSup.  If a pattern matches a directory, then
+left untouched by csup.  If a pattern matches a directory, then
 everything beneath that directory will be left alone.
 
 You can copy "refuse" to your sup directory and add or remove
 whatever you like.  The example supfiles in this directory set
-CVSup's base directory to "/usr".  The sup directory is in the base
-directory; i.e., it is "/usr/sup".  If you have changed your base
+csup's base directory to "/var/db".  The sup directory is in the base
+directory; i.e., it is "/var/db/sup".  If you have changed your base
 directory, your sup directory is /path/to/base/sup.
 
 This file used to contain /usr/src/etc/sendmail/freebsd.mc in case
@@ -60,6 +60,5 @@
 Use refuse files with care.  Some parts of the src distribution
 depend on files in completely different parts.
 
-For more information about refuse files see cvsup(1), which is
-installed by the "cvsup" and "cvsup-bin" ports.  See also the CVSup
-FAQ at <http://www.polstra.com/projects/freeware/CVSup/>.
+For more information about refuse files see csup(1).
+See also the CVSup FAQ at <http://www.cvsup.org/faq.html>.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Tue Jan 13 12:48:14 UTC 2009 
State-Changed-Why:  
URL and base directory patched up, but I have not replaced 
cvsup with csup as it is not yet a drop in replacement.  Once 
it is, this file will be updated.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Tue Jan 13 12:48:14 UTC 2009 
Responsible-Changed-Why:  
Over to me, MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123035 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/123035: commit references a PR
Date: Tue, 13 Jan 2009 12:48:09 +0000 (UTC)

 Author: trhodes
 Date: Tue Jan 13 12:47:59 2009
 New Revision: 187146
 URL: http://svn.freebsd.org/changeset/base/187146
 
 Log:
   Fix broken URL and use the same base directory as the
   example files.
   
   PR:		123035
   Submitted by:	Lawrence Mayer <lawmay3@i12.com> (original version)
 
 Modified:
   head/share/examples/cvsup/refuse.README
 
 Modified: head/share/examples/cvsup/refuse.README
 ==============================================================================
 --- head/share/examples/cvsup/refuse.README	Tue Jan 13 12:37:02 2009	(r187145)
 +++ head/share/examples/cvsup/refuse.README	Tue Jan 13 12:47:59 2009	(r187146)
 @@ -12,8 +12,8 @@ everything beneath that directory will b
  
  You can copy "refuse" to your sup directory and add or remove
  whatever you like.  The example supfiles in this directory set
 -CVSup's base directory to "/usr".  The sup directory is in the base
 -directory; i.e., it is "/usr/sup".  If you have changed your base
 +CVSup's base directory to "/var/db".  The sup directory is in the base
 +directory; i.e., it is "/var/db/sup".  If you have changed your base
  directory, your sup directory is /path/to/base/sup.
  
  This file used to contain /usr/src/etc/sendmail/freebsd.mc in case
 @@ -62,4 +62,4 @@ depend on files in completely different 
  
  For more information about refuse files see cvsup(1), which is
  installed by the "cvsup" and "cvsup-bin" ports.  See also the CVSup
 -FAQ at <http://www.polstra.com/projects/freeware/CVSup/>.
 +FAQ at <http://www.cvsup.org/faq.html>.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Sat Jul 21 15:47:30 UTC 2012 
State-Changed-Why:  
Changes have been merged for awhile now, thanks. 

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