From ws@au.dyndns.ws  Thu Aug  9 02:37:28 2007
Return-Path: <ws@au.dyndns.ws>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 309EB16A41A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Aug 2007 02:37:28 +0000 (UTC)
	(envelope-from ws@au.dyndns.ws)
Received: from ipmail03.adl2.internode.on.net (ipmail03.adl2.internode.on.net [203.16.214.135])
	by mx1.freebsd.org (Postfix) with ESMTP id A07C113C467
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  9 Aug 2007 02:37:27 +0000 (UTC)
	(envelope-from ws@au.dyndns.ws)
Received: from ppp121-45-10-175.lns10.adl2.internode.on.net (HELO predator-ii.buffyverse) ([121.45.10.175])
  by ipmail03.adl2.internode.on.net with ESMTP; 09 Aug 2007 11:51:44 +0930
Received: from predator-ii.buffyverse (bimadel@localhost [127.0.0.1])
	by predator-ii.buffyverse (8.14.1/8.14.1) with ESMTP id l78EEMwB075688
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 8 Aug 2007 23:44:22 +0930 (CST)
	(envelope-from ws@predator-ii.buffyverse)
Received: (from ws@localhost)
	by predator-ii.buffyverse (8.14.1/8.14.1/Submit) id l78EEL7u075684;
	Wed, 8 Aug 2007 23:44:21 +0930 (CST)
	(envelope-from ws)
Message-Id: <200708081414.l78EEL7u075684@predator-ii.buffyverse>
Date: Wed, 8 Aug 2007 23:44:21 +0930 (CST)
From: Wayne Sierke <ws@au.dyndns.ws>
Reply-To: Wayne Sierke <ws@au.dyndns.ws>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Misleading suggested space requirement for /var/db/sup in example supfiles
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115335
>Category:       docs
>Synopsis:       Misleading suggested space requirement for /var/db/sup in example supfiles
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 09 02:40:01 GMT 2007
>Closed-Date:    Mon Sep 10 19:37:46 GMT 2007
>Last-Modified:  Mon Sep 10 19:37:46 GMT 2007
>Originator:     Wayne Sierke
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD predator-ii.buffyverse 6.2-STABLE FreeBSD 6.2-STABLE #2: Sat Jun 9 20:24:53 CST 2007 root@predator-ii.buffyverse:/usr/obj/usr/src/sys/PREDATOR-II i386


>Description:
	The files /usr/share/examples/cvsup/*-supfile contain the statement re base=:
		Even if you are CVSupping a large number of
#               collections, you will be hard pressed to generate more than
#               ~1MB of data in this directory.

	However, on this system, du -h /var/db/sup/* gives:

		930K    /var/db/sup/doc-all/checkouts.cvs:.
		 20M    /var/db/sup/ports-all/checkouts.cvs:.
		7.6M    /var/db/sup/src-all/checkouts.cvs:RELENG_6

>How-To-Repeat:
	
>Fix:

	Remove it? Possibly the relevance has been lost over the course of the last 10 or so years.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->gabor 
Responsible-Changed-By: gabor 
Responsible-Changed-When: Thu Aug 23 16:04:12 UTC 2007 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115335 
State-Changed-From-To: open->patched 
State-Changed-By: gabor 
State-Changed-When: Fri Sep 7 22:06:14 UTC 2007 
State-Changed-Why:  
Patched in HEAD, keeping for MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113127 
State-Changed-From-To: open->patched 
State-Changed-By: gabor 
State-Changed-When: Fri Sep 7 22:06:14 UTC 2007 
State-Changed-Why:  
Patched in HEAD, keeping for MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113975 
State-Changed-From-To: open->patched 
State-Changed-By: gabor 
State-Changed-When: Fri Sep 7 22:06:14 UTC 2007 
State-Changed-Why:  
Patched in HEAD, keeping for MFC reminder. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/115335: commit references a PR
Date: Fri,  7 Sep 2007 22:01:31 +0000 (UTC)

 gabor       2007-09-07 22:01:20 UTC
 
   FreeBSD src repository (doc,ports committer)
 
   Modified files:
     share/examples/cvsup cvs-supfile doc-supfile gnats-supfile 
                          ports-supfile stable-supfile 
                          standard-supfile www-supfile 
   Log:
   - Remove info about the consumed space in base dir. This info is not
     relevant any more.
   
   PR:             docs/115335
   Submitted by:   Wayne Sierke <ws@au.dyndns.ws>
   Reviewed by:    keramida
   Approved by:    re (bmah)
   MFC after:      3 days
   
   Revision  Changes    Path
   1.47      +3 -5      src/share/examples/cvsup/cvs-supfile
   1.10      +3 -5      src/share/examples/cvsup/doc-supfile
   1.8       +3 -5      src/share/examples/cvsup/gnats-supfile
   1.38      +3 -5      src/share/examples/cvsup/ports-supfile
   1.32      +3 -5      src/share/examples/cvsup/stable-supfile
   1.25      +3 -5      src/share/examples/cvsup/standard-supfile
   1.7       +3 -5      src/share/examples/cvsup/www-supfile
 _______________________________________________
 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: patched->closed 
State-Changed-By: gabor 
State-Changed-When: Mon Sep 10 19:37:34 UTC 2007 
State-Changed-Why:  
Merged to RELENG_6. Thanks for the report! 

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