diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-05-05 06:42:03 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-05-05 06:42:03 +0000 |
commit | 2822621c2f8e5787fb26c74b6598c6f62a15952d (patch) | |
tree | 96a1134f3d9532d7a9cd93721ffe196779e44ef0 /sys-apps/mlocate | |
parent | revbump; add sample conf file, fixes Bug #509092 (diff) | |
download | gentoo-2-2822621c2f8e5787fb26c74b6598c6f62a15952d.tar.gz gentoo-2-2822621c2f8e5787fb26c74b6598c6f62a15952d.tar.bz2 gentoo-2-2822621c2f8e5787fb26c74b6598c6f62a15952d.zip |
Fixed some filesystem entries in updatedb.conf file (bug #509084). Committed straight to stable
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-apps/mlocate')
-rw-r--r-- | sys-apps/mlocate/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/mlocate/files/updatedb.conf | 4 | ||||
-rw-r--r-- | sys-apps/mlocate/mlocate-0.26-r1.ebuild (renamed from sys-apps/mlocate/mlocate-0.26.ebuild) | 4 |
3 files changed, 12 insertions, 5 deletions
diff --git a/sys-apps/mlocate/ChangeLog b/sys-apps/mlocate/ChangeLog index 2b69a6cf430b..259933aeb75d 100644 --- a/sys-apps/mlocate/ChangeLog +++ b/sys-apps/mlocate/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/mlocate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.118 2014/01/08 22:45:47 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/ChangeLog,v 1.119 2014/05/05 06:42:03 polynomial-c Exp $ + +*mlocate-0.26-r1 (05 May 2014) + + 05 May 2014; Lars Wendler <polynomial-c@gentoo.org> -mlocate-0.26.ebuild, + +mlocate-0.26-r1.ebuild, files/updatedb.conf: + Fixed some filesystem entries in updatedb.conf file. Thanks to Toralf + Förster who reported this in bug #509084. Committed straight to stable. 08 Jan 2014; Christian Faulhammer <fauli@gentoo.org> -mlocate-0.25.ebuild: clean up diff --git a/sys-apps/mlocate/files/updatedb.conf b/sys-apps/mlocate/files/updatedb.conf index 09f5db4306e8..41bc4ab5e889 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.5 2011/01/24 12:39:33 scarabeus Exp $ +# $Id: updatedb.conf,v 1.6 2014/05/05 06:42:03 polynomial-c 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 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" +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" # Paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp /var/cache /var/lock /var/run /var/spool" diff --git a/sys-apps/mlocate/mlocate-0.26.ebuild b/sys-apps/mlocate/mlocate-0.26-r1.ebuild index 5a3a9700563b..3caa30e90c8f 100644 --- a/sys-apps/mlocate/mlocate-0.26.ebuild +++ b/sys-apps/mlocate/mlocate-0.26-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.26.ebuild,v 1.12 2013/09/05 05:14:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mlocate/mlocate-0.26-r1.ebuild,v 1.1 2014/05/05 06:42:03 polynomial-c Exp $ EAPI=4 inherit eutils user toolchain-funcs |