cvs commit: src/bin/rm

Matthew Dillon dillon at apollo.backplane.com
Wed Oct 6 19:51:51 PDT 2004


    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





More information about the Commits mailing list