Package: locate
Version: 4.4.0-2
Severity: minor
Tags: patch

In the file /usr/bin/updatedb.findutils the proc filesystem is duplicated. 
Attached is a patch which corrects it.
--- /usr/bin/updatedb.findutils	2008-04-03 19:41:22.000000000 +0200
+++ updatedb.findutils	2009-03-04 10:13:32.000000000 +0100
@@ -228,7 +228,7 @@
 
 PATH=/bin:/usr/bin:${BINDIR}; export PATH
 
-: ${PRUNEFS="nfs NFS proc afs proc smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs"}
+: ${PRUNEFS="nfs NFS proc afs smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs"}
 
 if test -n "$PRUNEFS"; then
 prunefs_exp=`echo $PRUNEFS |sed -e 's/\([^ ][^ ]*\)/-o -fstype \1/g' \

Reply via email to