diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-22 07:49:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-22 07:49:54 +0000 |
commit | 18fa3ce0fbc22cd314b3de420467944607094b81 (patch) | |
tree | 007c8abfdaceab830ed69229d32a43f49e1cd9f4 /sys-apps/slocate/files | |
parent | add ssl flag and fix openssl dependency; x86 (diff) | |
download | gentoo-2-18fa3ce0fbc22cd314b3de420467944607094b81.tar.gz gentoo-2-18fa3ce0fbc22cd314b3de420467944607094b81.tar.bz2 gentoo-2-18fa3ce0fbc22cd314b3de420467944607094b81.zip |
add sfs to the prune list
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps/slocate/files')
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf index 1b1703536a83..9f2cf6d62a3e 100644 --- a/sys-apps/slocate/files/updatedb.conf +++ b/sys-apps/slocate/files/updatedb.conf @@ -1,14 +1,16 @@ # /etc/updatedb.conf: config file for slocate -# $Id: updatedb.conf,v 1.14 2005/04/27 02:45:08 vapier Exp $ +# $Id: updatedb.conf,v 1.15 2005/05/22 07:49:54 vapier Exp $ # For more info, see the updatedb(1) manpage # filesystems which are pruned from updatedb database -PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ramfs ncpfs sysfs supermount devpts usbfs cifs nnpfs subfs udf" +PRUNEFS="afs auto autofs cifs devfs devpts iso9660 ncpfs nfs NFS nnpfs proc ramfs sfs smbfs subfs supermount sysfs tmpfs udf usbfs" export PRUNEFS + # paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp" export PRUNEPATHS + # netpaths which are added NETPATHS="" export NETPATHS |