Bug 115335

Summary: Misleading suggested space requirement for /var/db/sup in example supfiles
Product: Documentation Reporter: Wayne Sierke <ws>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Wayne Sierke 2007-08-09 03:40:01 UTC
	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

Fix: 

Remove it? Possibly the relevance has been lost over the course of the last 10 or so years.
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2007-08-23 17:04:12 UTC
Responsible Changed
From-To: freebsd-doc->gabor

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-07 23:01:31 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"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2007-09-07 23:06:14 UTC
State Changed
From-To: open->patched

Patched in HEAD, keeping for MFC reminder.
Comment 4 Gabor Kovesdan freebsd_committer freebsd_triage 2007-09-07 23:06:14 UTC
State Changed
From-To: open->patched

Patched in HEAD, keeping for MFC reminder.
Comment 5 Gabor Kovesdan freebsd_committer freebsd_triage 2007-09-07 23:06:14 UTC
State Changed
From-To: open->patched

Patched in HEAD, keeping for MFC reminder.
Comment 6 Gabor Kovesdan freebsd_committer freebsd_triage 2007-09-10 20:37:34 UTC
State Changed
From-To: patched->closed

Merged to RELENG_6. Thanks for the report!