Bug 123035

Summary: [patch] bugs in refuse.README
Product: Documentation Reporter: Lawrence Mayer <lawmay3>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Lawrence Mayer 2008-04-24 00:20:00 UTC
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.

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:
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-01-13 12:48:09 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"
Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2009-01-13 12:48:14 UTC
State Changed
From-To: open->patched

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! 


Comment 3 Tom Rhodes freebsd_committer freebsd_triage 2009-01-13 12:48:14 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me, MFC reminder.
Comment 4 Tom Rhodes freebsd_committer freebsd_triage 2012-07-21 16:47:30 UTC
State Changed
From-To: patched->closed

Changes have been merged for awhile now, thanks.