Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/mlocate/files: updatedb.conf
Date: Mon, 05 May 2014 06:42:08
Message-Id: 20140505064204.062922004E@flycatcher.gentoo.org
1 polynomial-c 14/05/05 06:42:03
2
3 Modified: updatedb.conf
4 Log:
5 Fixed some filesystem entries in updatedb.conf file (bug #509084). Committed straight to stable
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.6 sys-apps/mlocate/files/updatedb.conf
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mlocate/files/updatedb.conf?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mlocate/files/updatedb.conf?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/mlocate/files/updatedb.conf?r1=1.5&r2=1.6
15
16 Index: updatedb.conf
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/mlocate/files/updatedb.conf,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- updatedb.conf 24 Jan 2011 12:39:33 -0000 1.5
23 +++ updatedb.conf 5 May 2014 06:42:03 -0000 1.6
24 @@ -1,11 +1,11 @@
25 # /etc/updatedb.conf: config file for slocate
26 -# $Id: updatedb.conf,v 1.5 2011/01/24 12:39:33 scarabeus Exp $
27 +# $Id: updatedb.conf,v 1.6 2014/05/05 06:42:03 polynomial-c Exp $
28
29 # This file sets variables that are used by updatedb.
30 # For more info, see the updatedb.conf(5) manpage.
31
32 # Filesystems that are pruned from updatedb database
33 -PRUNEFS="afs anon_inodefs auto autofs bdev binfmt binfmt_misc cgroup cifs coda configfs cramfs cpuset debugfs devpts devtmps devfs devpts ecryptfs eventpollfs exofs futexfs ftpfs fuse fusectl gfs gfs2 hostfs hugetlbfs inotifyfs iso9660 jffs2 lustre misc mqueue ncpfs nfs NFS nfs4 nfsd nnpfs ocfs ocfs2 pipefs proc ramfs rpc_pipefs securityfs selinuxfs sfs shfs smbfs sockfs spufs sshfs subfs supermount sysfs tmpfs ubifs udf usbfs vboxsf vperfctrfs"
34 +PRUNEFS="afs anon_inodefs auto autofs bdev binfmt binfmt_misc cgroup cifs coda configfs cramfs cpuset debugfs devfs devpts devtmpfs ecryptfs eventpollfs exofs futexfs ftpfs fuse fusectl gfs gfs2 hostfs hugetlbfs inotifyfs iso9660 jffs2 lustre misc mqueue ncpfs nfs NFS nfs4 nfsd nnpfs ocfs ocfs2 pipefs proc ramfs rpc_pipefs securityfs selinuxfs sfs shfs smbfs sockfs spufs sshfs subfs supermount sysfs tmpfs ubifs udf usbfs vboxsf vperfctrfs"
35
36 # Paths which are pruned from updatedb database
37 PRUNEPATHS="/tmp /var/tmp /var/cache /var/lock /var/run /var/spool"