DragonFly BSD
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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 6 Oct 2004 19:50:46 -0700 (PDT)

    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]