Bug 15871

Summary: CVS directories copied to PicoBSD filesystems
Product: Base System Reporter: peter.jeremy <peter.jeremy>
Component: miscAssignee: freebsd-small (Nobody) <small>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description peter.jeremy 2000-01-04 02:30:01 UTC
	During the traditional ("cd build;sh build") PicoBSD build,
	the contents of both the common and build-specific floppy.tree
	directories are copied onto the PicoBSD MFS.  If the build
	tree was checked out from CVS, these directories will include
	CVS directories, which will be copied as well.

Fix: Either add `CVS' to the exclusion list in each floppy.tree.exclude
	file, or generically exclude it in the build script:
How-To-Repeat: 
	Build and boot PicoBSD.  Run `ls' on the /, /etc and /etc/ppp
	directory - they will all contain unnecessary CVS subdirectories.
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-08-24 12:29:18 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-small

Over to maintainer group.
Comment 2 Luigi Rizzo freebsd_committer freebsd_triage 2001-09-04 03:46:40 UTC
State Changed
From-To: open->closed

fixed some time ago, forgot to close the PR at the time.