| Summary: | CVS directories copied to PicoBSD filesystems | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | peter.jeremy <peter.jeremy> | ||||
| Component: | misc | Assignee: | freebsd-small (Nobody) <small> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-bugs->freebsd-small Over to maintainer group. State Changed From-To: open->closed fixed some time ago, forgot to close the PR at the time. |
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.