Bug#319177: some patchs

2005-07-22 Thread Sylvain . Ferriol
Surlignage Joey Hess [EMAIL PROTECTED]: - call Cache::shutdown in File::shutdown to synchronize data between cache and file. I've applied the other patches, but it seems that this part of the patch has a bug. True I'm also interested to know whether you found an actual

Bug#319177: some patchs

2005-07-22 Thread Joey Hess
[EMAIL PROTECTED] wrote: The problem is that all drivers use Cache::shutdown except File driver. And after a shutdown, all items are not dirty except using File driver. It is not a bug, but if we re-init the driver after a shutdown, there will be items in dirty state but they should not be.

Bug#319177: some patchs

2005-07-20 Thread Sylvain . Ferriol
Package: debconf * Sylvain Ferriol - set the type of the template in Template::new because if we don't use Template::load, it do not appear in template instance - modify debconf.schema because extendedDescription attribute has an inappropriate matching rule = slapd

Bug#319177: some patchs

2005-07-20 Thread Joey Hess
- call Cache::shutdown in File::shutdown to synchronize data between cache and file. I've applied the other patches, but it seems that this part of the patch has a bug. Consider saving a file, when nothing in the cache is dirty. With your patch, DbDriver::File::shutdown opens the