Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 56432

Summary: sys-apps/slocate: add subfs to PRUNEFS
Product: Gentoo Linux Reporter: Andreas Simon <andreas.w.simon>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andreas Simon 2004-07-08 02:34:53 UTC
slocate's PRUNEFS variable already contains supermount.

subfs is another system for automatically mounting and unmounting removable media drives, similar to supermount. (subfs is provided by sys-fs/submount)

Therefor I think PRUNEFS should not only include supermount,
but subfs too.

--- updatedb.conf       2004-06-16 03:36:32.000000000 +0200
+++ /etc/updatedb.conf  2004-07-07 17:44:24.000000000 +0200
@@ -5,10 +5,10 @@
 # This file sets environment variables which are used by updatedb

 # filesystems which are pruned from updatedb database
-PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs sysfs supermount devpts usbfs cifs nnpfs"
+PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs sysfs supermount devpts usbfs cifs nnpfs subfs"
Comment 1 Andreas Simon 2004-07-08 02:36:09 UTC
Oops, changing the component to core system as it is a sys package.
Comment 2 SpanKY gentoo-dev 2004-07-21 21:31:38 UTC
done