Your message dated Sat, 01 Dec 2007 11:32:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#453490: fixed in findutils 4.2.31-3 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.2.31-3 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.2.31-3.diff.gz to pool/main/f/findutils/findutils_4.2.31-3.diff.gz findutils_4.2.31-3.dsc to pool/main/f/findutils/findutils_4.2.31-3.dsc findutils_4.2.31-3_i386.deb to pool/main/f/findutils/findutils_4.2.31-3_i386.deb locate_4.2.31-3_i386.deb to pool/main/f/findutils/locate_4.2.31-3_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, 24 Nov 2007 10:55:17 +0100 Source: findutils Binary: locate findutils Architecture: source i386 Version: 4.2.31-3 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: 453002 453078 453490 Changes: findutils (4.2.31-3) unstable; urgency=low . * 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: 88695b2d9d12e9d9431236d3b47a3bf0 671 utils required findutils_4.2.31-3.dsc 69ef163bcd89e68b11c08c41704cefcf 16309 utils required findutils_4.2.31-3.diff.gz 1f152d0214c8ec588f5bb5fcd23ec6f8 318488 utils required findutils_4.2.31-3_i386.deb b8b6bff0deb465091a40294b1d1f90bf 107084 utils optional locate_4.2.31-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHUUH8HTOcZYuNdmMRAobtAJ9MRaUWsWPdcRYjyPUPLUGNwbkczACfdkmL tNfPSEcxNs46jH5cvIWY72w= =9ymd -----END PGP SIGNATURE-----
--- End Message ---

