Your message dated Fri, 15 Apr 2022 13:57:21 +0200
with message-id <[email protected]>
and subject line Re: Bug#698865: No updatedb binary in findutils package
has caused the Debian Bug report #698865,
regarding No updatedb binary in findutils package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
698865: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698865
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: findutils
Version: 4.4.2-1+b1
Severity: normal


strange report

 dpkg -L findutils | grep daily
-> /etc/cron.daily/find

Seem to be only on system that where upgrade from lenny... But same
version

 ii  findutils                            4.4.2-1+b1
utilities for finding files--find, xargs

apt-file give no result even on computer where dpkg -L give the file...

 apt-file search daily/find

As findutils only suggest locate, if this script need to be here in the
last version of the package, it could be nice to put at the beggining

 [ -x /usr/bin/updatedb ] || exit

Cron will not send return code 127 anymore ;-)

gaby

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-486
Locale: LANG=fr_FR.UTF-8@euro, LC_CTYPE=fr_FR.UTF-8@euro (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages findutils depends on:
ii  dpkg                      1.15.8.13      Debian package management system
ii  install-info              4.13a.dfsg.1-6 Manage installed documentation in 
ii  libc6                     2.11.3-4       Embedded GNU C Library: Shared lib

findutils recommends no packages.

Versions of packages findutils suggests:
pn  mlocate | locate | slocate    <none>     (no description available)

-- Configuration Files:
/etc/cron.daily/find [Errno 2] Aucun fichier ou dossier de ce type: 
u'/etc/cron.daily/find'

-- no debconf information

--- End Message ---
--- Begin Message ---
On 2013-01-26 Gabriel Moreau <[email protected]> wrote:
[...]

> > To clean up, make sure
> > #1 you have purged slocate (dpkg --purge slocate),
> > #2 that the diversion of the conffile is properly removed (Check with
> > dpkg-divert --list /etc/cron.daily/find) and
> > #3 after that is true delete /etc/cron.daily/find.

> It's what I have done with cfengine. I just add your test on dpkg-divert
> before remove.

>  /usr/bin/dpkg-divert --list /etc/cron.daily/find | wc -l | grep -q ^0 &&
> /bin/rm -f /etc/cron.daily/find

> Maybe in the post-install script ? I do not known if it's a good place to
> hack these ?

> if [ -e /etc/cron.daily/find ]
> then
> /usr/bin/dpkg-divert --list /etc/cron.daily/find | wc -l | grep -q ^0 &&
> /bin/rm -f /etc/cron.daily/find
> fi

Hello,

I am closing this bug since
a) it is ancient
b) was caused slocate doing something unsupported (dpkg-divert on a dpkg
   conffile)

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

--- End Message ---

Reply via email to