Bug#998438: invalidate caches on package removal

2021-12-04 Thread Aurelien Jarno
control: tag -1 + moreinfo Hi, On 2021-11-04 10:19, Harald Dunkel wrote: > Package: nscd > Version: 2.31-13+deb11u2 > > The nscd.prerm script should cleanup the caches > > nscd -i {group,hosts,netgroup,passwd,services} > rm -f /var/cache/nscd/{group,hosts,netgroup,passwd,services} >

Bug#998438: invalidate caches on package removal

2021-11-04 Thread Harald Dunkel
Package: nscd Version: 2.31-13+deb11u2 The nscd.prerm script should cleanup the caches nscd -i {group,hosts,netgroup,passwd,services} rm -f /var/cache/nscd/{group,hosts,netgroup,passwd,services} to invalidate and remove all caches, before the service is stopped and removed. The