Your message dated Sun, 02 Dec 2007 16:02:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#453490: fixed in findutils 4.3.11-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: locate Version: 4.2.31-2 Severity: wishlist File: /etc/cron.daily/find Perhaps call this file /etc/cron.daily/locate Perhaps say not export FINDOPTIONS export PRUNEFS export PRUNEPATHS export NETPATHS export LOCALUSER export NICE but export FINDOPTIONS PRUNEFS PRUNEPATHS NETPATHS LOCALUSER NICE Perhaps instead of # allow keeping local customizations in a separate file if [ -r /etc/updatedb.findutils.cron.local ] ; then . /etc/updatedb.findutils.cron.local fi Do something like # allow keeping local customizations in a separate file if [ -r $0.local ] ; then . $0.local fi Also put it after the "export" line, for fuller user control. OK, I will put in the customizations file: #jidanni, appending to each upgrade... #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 PRUNEPATHS="$PRUNEPATHS /var/cache/wwwoffle /mnt /floppy"
--- End Message ---
--- Begin Message ---Source: findutils Source-Version: 4.3.11-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.3.11-1.diff.gz to pool/main/f/findutils/findutils_4.3.11-1.diff.gz findutils_4.3.11-1.dsc to pool/main/f/findutils/findutils_4.3.11-1.dsc findutils_4.3.11-1_i386.deb to pool/main/f/findutils/findutils_4.3.11-1_i386.deb findutils_4.3.11.orig.tar.gz to pool/main/f/findutils/findutils_4.3.11.orig.tar.gz locate_4.3.11-1_i386.deb to pool/main/f/findutils/locate_4.3.11-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: Sun, 2 Dec 2007 16:14:34 +0100 Source: findutils Binary: locate findutils Architecture: source i386 Version: 4.3.11-1 Distribution: experimental 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: 336078 438689 453002 453078 453490 Changes: findutils (4.3.11-1) experimental; urgency=low . * unreleased * New upstream version. + GPLv3+. Update debian/copyright. + includes fix for savannah #20139: find -[acm]time -N (wrongly) includes files from N days ago, as well as (correctly) from less than N days ago. + POSIX is going to or has already standardized -[i]path. Stop throwing a warning sugging to use -[i]wholename instead. Closes: #336078 + find -execdir will not segfault if PATH is not set. Closes: #438689 * Add a note about the separate locate package to findutils' NEWS.Debian. README.Debian only talks about locate. Move it to the correct package, update contents. Closes: #453002 * locate needs a Replaces: findutils (<< 4.2.31-2), since the helper binaries in /usr/lib/locate/ are shipped in both packages. Closes: #453078 * Rename /etc/cron.daily/find to /etc/cron.daily/locate. Use "export foo bar" instead of "export foo ; export bar". (Thanks, jidanni). Closes: #453490 Files: 01d108edfc1f21e2b9c8d0e157185d73 671 utils required findutils_4.3.11-1.dsc fcdd89876e2c9a9b810b25908d6085e5 2050527 utils required findutils_4.3.11.orig.tar.gz ab139a65a6bf6a04fbc84416c63e1e9d 24534 utils required findutils_4.3.11-1.diff.gz 9ce2df00009939db2ec4d79438cc9384 533628 utils required findutils_4.3.11-1_i386.deb 8538427d72e016afd35b631cf333adb7 150882 utils optional locate_4.3.11-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHUtM4HTOcZYuNdmMRAkAtAKCWA15WRfTFfyKdal+dfdscu2jbBgCfbACJ 3Bl8YtoTJeBgclZqh08fcGs= =eKYS -----END PGP SIGNATURE-----
--- End Message ---

