Hi Craig,

On So, 02 Dez 2007, Debian Bug Tracking System wrote:
> > This is not a solution to the bug. I want it to cooperate with mlocate
> > and use mlocate database.
> 
> can you not read?
> 
> i told you that dlocate CAN'T work with mlocate because mlocate does not
> provide frcode or any equivalent.

Huu, sorry, I didn't get any explanation at all. The only thing I got
was the closing message where there was the line from the changelog,
nothing else.

> yes, i know.  i gave you two suggested solutions:

Didn't get them. Now that I read them, thanks a lot. I have reported a
wishlist bug to locate including a patch to fix this, and done it by
hand.

> 1. add a single line "exit 0" to /etc/cron.daily/find
> 
> 2. file a wishlist bug report against locate (i said findutils last time
> but that was wrong - locate is the correct package) asking for an option
> to enable/disable running of updatedb.

See bug nr #????, I changed /etc/cron.daily/locate as follows
--- /etc/cron.daily/locate.orig 2007-12-03 07:07:44.000000000 +0100
+++ /etc/cron.daily/locate      2007-12-03 07:09:39.000000000 +0100
@@ -33,6 +33,9 @@
 if [ -r /etc/updatedb.findutils.cron.local ] ; then
        . /etc/updatedb.findutils.cron.local
 fi
+if [ "$DISABLE_CRONJOB" = 1 ] ; then
+       exit 0
+fi
 export FINDOPTIONS PRUNEFS PRUNEPATHS NETPATHS LOCALUSER NICE
 
 if getent passwd $LOCALUSER > /dev/null ; then

and echo-ed DISABLE_CRONJOB=1 >> /etc/updatedb.findutils.cron.local


Again, sorry for reopening, but I didn't get your explanation, and
thanks for the second time explanation.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <[EMAIL PROTECTED]>        Vienna University of Technology
Debian Developer <[EMAIL PROTECTED]>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
CORRIEDOO (n.)
The crucial moment of false recognition in a long passageway
encounter. Though both people are perfectly well aware that the other
is approaching, they must eventually pretend sudden recognition. They
now look up with a glassy smile, as if having spotted each other for
the first time, (and are particularly delighted to have done so)
shouting out 'Haaaaaallllloooo!' as if to say 'Good grief!! You!!
Here!! Of all people! Will I never. Coo. Stab me vitals, etc.'
                        --- Douglas Adams, The Meaning of Liff



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to