DragonFly commits List (threaded) for 2004-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/bin/rm
All right, the issue with mergemaster is that it does this:
rm -rf /var/tmp/temproot
chflags -R noschg /var/tmp/temproot
rm -rf /var/tmp/temproot
The first rm -rf tries to rmdir /var/tmp/temproot and fails, of course,
because there are some files marked 'schg'. But this zap's the namecache
and causes the new API to fail when the second rm -rf is run.
I will commit a fix in a little bit, and slip the stable tag for it.
-Matt
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]