Your message dated Sat, 15 Mar 2008 18:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#354384: fixed in findutils 4.4.0-1
has caused the Debian Bug report #354384,
regarding locate: "more than 8 days old" message hardwired?
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.)


-- 
354384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354384
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: findutils
Version: 4.2.26-2
Severity: wishlist
File: /usr/bin/locate

Got an idea, instead of saying
"locate: warning: database `/var/cache/locate/locatedb' is more than 8 days old"
why not also, since you know it, tell us how many days old it in fact is!
That way, the system administrator can tell if his custom cronjob is
OK, or has been dead since 1973.

Anyway, in /etc/updatedb.conf I put:
#quit if database is less that 15.5 days old to save disk wear
min=`expr 60 \* 24 \* 155 / 10`
a=/var/cache/locate/locatedb
test -s $a && test x$a = x`find $a -mmin -$min` && exit

So of course half the time I will see those "more than 8 days old"
messages. That's because somebody hardwired that 8 somewhere, making a
value judgement unchangeable by even a Debian system administrator.

Anyway, if there is no run-time way to adjust the presence of those
messages, at least they could be more informative.


--- End Message ---
--- Begin Message ---
Source: findutils
Source-Version: 4.4.0-1

We believe that the bug you reported is fixed in the latest version of
findutils, which is due to be installed in the Debian FTP archive:

findutils_4.4.0-1.diff.gz
  to pool/main/f/findutils/findutils_4.4.0-1.diff.gz
findutils_4.4.0-1.dsc
  to pool/main/f/findutils/findutils_4.4.0-1.dsc
findutils_4.4.0-1_i386.deb
  to pool/main/f/findutils/findutils_4.4.0-1_i386.deb
findutils_4.4.0.orig.tar.gz
  to pool/main/f/findutils/findutils_4.4.0.orig.tar.gz
locate_4.4.0-1_i386.deb
  to pool/main/f/findutils/locate_4.4.0-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Metzler <[EMAIL PROTECTED]> (supplier of updated findutils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 15 Mar 2008 16:26:43 +0100
Source: findutils
Binary: findutils locate
Architecture: source i386
Version: 4.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Andreas Metzler <[EMAIL PROTECTED]>
Changed-By: Andreas Metzler <[EMAIL PROTECTED]>
Description: 
 findutils  - utilities for finding files--find, xargs
 locate     - maintain and query an index of a directory tree
Closes: 21084 291419 336078 354384 370057 403823 438689 460733 470308
Changes: 
 findutils (4.4.0-1) unstable; urgency=low
 .
   * New upstream stable version.
     + Some fixes for the texinfo manuals. (Closes: #470308)
   * First upload to unstable, close bugs fixed by previous uploads to
     experimental:
     + POSIX is going to or has already standardized -[i]path. Stop throwing a
       warning sugging to use -[i]wholename instead. Closes: #336078
     + Better error message if the second operand of a binary operator is
       missing. (Closes: #403823)
     + #22056: -Xtime tests are off by one second (e.g. rm -f x; touch x;
       find x -mtime 0 should print x). Closes: #460733
     + If locatedb is old show actual age in warning mesage instead of just
       saying "more than 8 days old". (Closes: #354384)
     + Do not show warnings about argument ordering if -nowarn is specified.
       (Closes: #370057)
     + find -execdir will not segfault if PATH is not set. Closes: #438689
     + Different error message on 'find ""'. (Closes: #21084)
     + Support for *BSDs -newerXY tests allows to find files with a date in the
       future without generating a temporary file. "find -newermt 2007-07-07"
       (Closes: #291419)
   * Stop trying to install removed README-alpha.
   * Point watchfile to ftp.gnu.org instead of alpha.gnu.org.
   * Use doc-base section "File Management", since Apps/Tools is gone.
   * Only run $(MAKE) distclean if Makefile exists.
   * Symlink find(1) to oldfind(1) manpage.
Files: 
 3b692103c11b50aab7e2338c3fca4342 837 utils required findutils_4.4.0-1.dsc
 49e769ac4382fae6f104f99d54d0a112 2029809 utils required 
findutils_4.4.0.orig.tar.gz
 844f8edeeeae48ec460a9bab834bd39d 19810 utils required findutils_4.4.0-1.diff.gz
 41fba4255813bb70b7bd0b24b441f73b 541112 utils required 
findutils_4.4.0-1_i386.deb
 e497e231914a043e1f998dbe4760bb41 148844 utils optional locate_4.4.0-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH3BN5HTOcZYuNdmMRAkZrAKCJsCs0rSuUvweoReMRSjJHkovgyACfa1Yj
TjKdUEmEPPoyxLmASoJp2HE=
=q6pf
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to