diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-04-18 02:42:21 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-04-18 02:42:21 +0000 |
commit | 8df787f25f44abe965e7f9f85a6a3f5826614eec (patch) | |
tree | 4426ec09549953421268356d42b5c535576f8fef /sys-apps/slocate | |
parent | fix xft deps (diff) | |
download | gentoo-2-8df787f25f44abe965e7f9f85a6a3f5826614eec.tar.gz gentoo-2-8df787f25f44abe965e7f9f85a6a3f5826614eec.tar.bz2 gentoo-2-8df787f25f44abe965e7f9f85a6a3f5826614eec.zip |
Update the updatedb.conf file
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r-- | sys-apps/slocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/slocate/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog index 7326f087ac88..9355166a4a6a 100644 --- a/sys-apps/slocate/ChangeLog +++ b/sys-apps/slocate/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/slocate # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.17 2003/04/17 16:34:48 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.18 2003/04/18 02:42:14 lostlogic Exp $ *slocate-2.7-r2 (17 Apr 2003) + 17 Apr 2003; Brandon Low <lostlogic@gentoo.org> files/updatedb.conf: + Add ncpfs to default pruned filesystems + 17 Apr 2003; Brandon Low <lostlogic@gentoo.org> slocate-2.7-r2.ebuild: Apply patch from bug 19279, ebuild fixes, and install a working updatedb.conf file diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest index 7ce45db7b222..d3a7c69eca42 100644 --- a/sys-apps/slocate/Manifest +++ b/sys-apps/slocate/Manifest @@ -1,4 +1,4 @@ MD5 6c254c4e8530b0fd684f0b4217d1c165 slocate-2.7-r2.ebuild 1984 -MD5 e51d5b796ee161c0b3d9dffa4204c134 ChangeLog 2494 -MD5 cd00fa09325061c98ee3f81fefa61014 files/updatedb.conf 578 +MD5 f518a1e95021b21434006d19c755b6ba ChangeLog 2608 +MD5 68f3e9699059519b146dfc27398d5b03 files/updatedb.conf 586 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r2 62 diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf index 5be1c0889fa3..ceae9d6ac776 100644 --- a/sys-apps/slocate/files/updatedb.conf +++ b/sys-apps/slocate/files/updatedb.conf @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.3 2003/04/12 16:22:11 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.4 2003/04/18 02:42:14 lostlogic Exp $ # This file sets environment variables which are used by updatedb # filesystems which are pruned from updatedb database -PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs" +PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs" export PRUNEFS # paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp" |