Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Apr 2010 18:33:43 +1100 (EST)
From:      Bruce Evans <brde@optusnet.com.au>
To:        Garrett Cooper <gcooper@freebsd.org>
Cc:        freebsd-bugs@freebsd.org, freebsd-gnats-submit@freebsd.org
Subject:   Re: bin/145230: mtree(8) -P is broken because l* functions aren't being used
Message-ID:  <20100402182848.S3871@delplex.bde.org>
In-Reply-To: <201003310710.o2V7AnNt036982@www.freebsd.org>
References:  <201003310710.o2V7AnNt036982@www.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 31 Mar 2010, Garrett Cooper wrote:

>> Description:
> As discovered when reviewing mtree(8) as part of bin/144411, there are a number of items with -P that doesn't work... all chown, chmod, and stat calls for instance are the non-l variety, which means that unfortunately the file information for symlinks isn't being properly recorded.

Please use line lengths considerably shorter than 282 characters.

This (not the formatting) seems to be fixed in NetBSD.  Its mtree has many
lchown()s, chmod()s and lchflag()s though no lstat()s or lutime()s.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100402182848.S3871>