summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-12-02 20:09:15 +0000
committerMike Frysinger <vapier@gentoo.org>2008-12-02 20:09:15 +0000
commitba2dbe6c5f56f2f555f04769203f73f3b6c4e69c (patch)
tree3803a6aa9e35bafcb16377ca76b4509b738b4206 /sys-apps
parentInitial import, bug #211266, thank Roman V. Prikhodchenko for ebuild. (diff)
downloadgentoo-2-ba2dbe6c5f56f2f555f04769203f73f3b6c4e69c.tar.gz
gentoo-2-ba2dbe6c5f56f2f555f04769203f73f3b6c4e69c.tar.bz2
gentoo-2-ba2dbe6c5f56f2f555f04769203f73f3b6c4e69c.zip
Add ocfs/ocfs2 to PRUNEFS #249590 by Oleg Gawriloff.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/slocate/ChangeLog5
-rw-r--r--sys-apps/slocate/files/updatedb.conf4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog
index 0c3a78e94c30..72f936eef035 100644
--- a/sys-apps/slocate/ChangeLog
+++ b/sys-apps/slocate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/slocate
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.83 2008/08/19 01:11:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.84 2008/12/02 20:09:15 vapier Exp $
+
+ 02 Dec 2008; Mike Frysinger <vapier@gentoo.org> files/updatedb.conf:
+ Add ocfs/ocfs2 to PRUNEFS #249590 by Oleg Gawriloff.
*slocate-3.1-r2 (19 Aug 2008)
diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf
index 6e5527dd7ba8..a6990f25cb53 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.24 2008/08/19 01:11:18 vapier Exp $
+# $Id: updatedb.conf,v 1.25 2008/12/02 20:09:15 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 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"