| Summary: | [MFC] Give mtree(8) an ``exclude'' facility | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | wollman <wollman> | ||||
| Component: | bin | Assignee: | Garrett Wollman <wollman> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 3.4-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
wollman
2000-02-23 21:10:00 UTC
There's a bug in my patch:
> + if (strchr(str, '/'))
> + e->pathname = 1;
else
e->pathname = 0;
-GAWollman
Responsible Changed From-To: freebsd-bugs->wollman I wrote it. State Changed From-To: open->suspended Applied in -current; awaiting merge. MFC:
wollman 2000/05/15 13:50:00 PDT
Modified files: (Branch: RELENG_4)
usr.sbin/mtree Makefile create.c extern.h mtree.8
mtree.c verify.c
Added files: (Branch: RELENG_4)
usr.sbin/mtree excludes.c
Log:
Give mtree the ability to exclude files.
PR: 16944
Requested by: Cy Schubert
[Still awaiting MFC to 3-stable.]
State Changed From-To: suspended->closed This functionality has been merged into 4.x. It will not be merged into 3.x. |