Index | Thread | Search

From:
Ingo Schwarze <schwarze@usta.de>
Subject:
Re: Fix rmdir -p /foo/bar
To:
Crystal Kolipe <kolipe.c@exoticsilicon.com>
Cc:
Theo Buehler <tb@theobuehler.org>, Christian Weisgerber <naddy@mips.inka.de>, tech@openbsd.org
Date:
Wed, 14 May 2025 17:58:45 +0200

Download raw body.

Thread
  • Theo Buehler:

    Fix rmdir -p /foo/bar

  • Hello,
    
    i just committed my rmdir(1) fix.
    Thanks to all who reported, reviewed, tested, and provided feedback.
    
    Crystal Kolipe wrote on Tue, May 13, 2025 at 01:50:08AM -0300:
    
    > It would also help if we ensure that the CVS commit message
    > makes it clear that the issue was discussed at length on-list.
    > 
    > Since our proposed implementation differs from the other BSDs, there
    > is at least a reasonable chance that anybody interested in the code
    > will look through CVS to see when and why the changes were made.
    
    Makes sense.  I included this sentence in the log message:
    
      Both FreeBSD and NetBSD changed this code, too, but we discussed
      what both did on tech@ and found downsides we don't want.
    
    Yours,
      Ingo
    
    
  • Theo Buehler:

    Fix rmdir -p /foo/bar