Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.sbin/mtree



On Thu, Dec 20, 2012 at 11:43:17AM -0500, Christos Zoulas wrote:
> Module Name:  src
> Committed By: christos
> Date:         Thu Dec 20 16:43:17 UTC 2012
> 
> Modified Files:
>       src/usr.sbin/mtree: create.c extern.h mtree.8 mtree.c spec.c
> 
> Log Message:
> Implement the "flavor" output discussed in tech-userlevel@, by Brooks Davis
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/mtree/create.c
> cvs rdiff -u -r1.36 -r1.37 src/usr.sbin/mtree/extern.h
> cvs rdiff -u -r1.64 -r1.65 src/usr.sbin/mtree/mtree.8
> cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/mtree/mtree.c
> cvs rdiff -u -r1.84 -r1.85 src/usr.sbin/mtree/spec.c

This broke the mtree atf tests. Output now differs by additional size
values for symlinks and directories:

-2               type=dir nlink=2
+2               type=dir nlink=2 size=0


See for example:
http://www.netbsd.org/~martin/sparc64-atf/147_atf.html#usr.sbin_mtree_t_mtree_create

Martin


Home | Main Index | Thread Index | Old Index