diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-15 15:46:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-15 15:46:17 +0000 |
commit | 1340c8c77f949e8859408bc50179fe087384a82f (patch) | |
tree | 928cad45d6df8e569b614fc3d33d95e2a3c063b2 /sys-apps | |
parent | Masked claws-mail-2.7.1 & plugins (diff) | |
download | gentoo-2-1340c8c77f949e8859408bc50179fe087384a82f.tar.gz gentoo-2-1340c8c77f949e8859408bc50179fe087384a82f.tar.bz2 gentoo-2-1340c8c77f949e8859408bc50179fe087384a82f.zip |
exclude gfs #162213 by Philipp Gaschuetz
(Portage version: 2.1.2_rc4-r9)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf index 5ed5d3afb998..aba69484cf1a 100644 --- a/sys-apps/slocate/files/updatedb.conf +++ b/sys-apps/slocate/files/updatedb.conf @@ -1,11 +1,11 @@ # /etc/updatedb.conf: config file for slocate -# $Id: updatedb.conf,v 1.20 2006/05/09 02:56:20 vapier Exp $ +# $Id: updatedb.conf,v 1.21 2007/01/15 15:46:17 vapier Exp $ # This file sets variables that are used by updatedb. # For more info, see the updatedb(1) manpage. # Filesystems that are pruned from updatedb database -PRUNEFS="afs auto autofs cifs devfs devpts eventpollfs futexfs hugetlbfs iso9660 mqueue ncpfs nfs NFS nfs4 nfsd nnpfs pipefs proc ramfs rpc_pipefs sfs shfs smbfs sockfs subfs supermount sysfs tmpfs udf usbfs vperfctrfs" +PRUNEFS="afs auto autofs cifs devfs devpts eventpollfs futexfs gfs hugetlbfs iso9660 mqueue ncpfs nfs NFS nfs4 nfsd nnpfs pipefs proc ramfs rpc_pipefs sfs shfs smbfs sockfs subfs supermount sysfs tmpfs udf usbfs vperfctrfs" # Paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp /root/.ccache" |