diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 16:07:33 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-01-29 16:07:33 +0000 |
commit | c2ac780917c54cc31b71d2d9449393d79dc4a8b0 (patch) | |
tree | 636eff72bac2c93356b90c669e851642b0699361 /sys-apps/mlocate | |
parent | old (diff) | |
download | gentoo-2-c2ac780917c54cc31b71d2d9449393d79dc4a8b0.tar.gz gentoo-2-c2ac780917c54cc31b71d2d9449393d79dc4a8b0.tar.bz2 gentoo-2-c2ac780917c54cc31b71d2d9449393d79dc4a8b0.zip |
add ocfs and ocfs2 to the ignored file systems, taken from slocate
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686)
Diffstat (limited to 'sys-apps/mlocate')
-rw-r--r-- | sys-apps/mlocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/mlocate/files/updatedb.conf | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/mlocate/ChangeLog b/sys-apps/mlocate/ChangeLog index 67a6cd47e602..209d278e70a0 100644 --- a/sys-apps/mlocate/ChangeLog +++ b/sys-apps/mlocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/mlocate # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.38 2009/01/04 11:58:53 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.39 2009/01/29 16:07:30 fauli Exp $ + + 29 Jan 2009; Christian Faulhammer <fauli@gentoo.org> files/updatedb.conf: + add ocfs and ocfs2 to the ignored file systems, taken from slocate 04 Jan 2009; Christian Faulhammer <fauli@gentoo.org> -mlocate-0.21-r1.ebuild: diff --git a/sys-apps/mlocate/files/updatedb.conf b/sys-apps/mlocate/files/updatedb.conf index dba67c05fc19..da54ab1d758c 100644 --- a/sys-apps/mlocate/files/updatedb.conf +++ b/sys-apps/mlocate/files/updatedb.conf @@ -1,11 +1,11 @@ # /etc/updatedb.conf: config file for slocate -# $Id: updatedb.conf,v 1.2 2008/09/07 02:12:11 opfer Exp $ +# $Id: updatedb.conf,v 1.3 2009/01/29 16:07:33 fauli Exp $ # This file sets variables that are used by updatedb. # For more info, see the updatedb.conf(5) manpage. # Filesystems that are pruned from updatedb database -PRUNEFS="afs auto autofs cifs devfs devpts eventpollfs futexfs gfs hugetlbfs iso9660 mqueue ncpfs nfs NFS nfs4 nfsd nnpfs pipefs proc ramfs rpc_pipefs selinuxfs sfs shfs smbfs sockfs spufs 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 ocfs ocfs2 pipefs proc ramfs rpc_pipefs selinuxfs sfs shfs smbfs sockfs spufs subfs supermount sysfs tmpfs udf usbfs vperfctrfs" # Paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp /root/.ccache" |