On 10/29/2011 3:48 PM, David Holland wrote:
I don't think that's right; if the directories are going away
underneath the dbus package because of things the package tools are
doing, it's because the dir refcount isn't being handled right, so the
proper fix is to get it counted properly. If I understand things
correctly, anyway.
Hi David,
From what I can tell, dbus just creates empty directories per @pkgdir.
Some other package that uses dbus may put something in those
directories, and when that package is removed, it takes the dbus @pkgdir
directories with it.
Then when it's time to remove the dbus directories, they're gone.
The patch I commit was tested pretty well with tinderbox-dragonfly, so
while there may be another or better way, at least this way works. I'm
just a rookie though.