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 | 369a2664386f6ebdc67089bf5286eaf9ad60901d (patch) | |
tree | 67dbe71e6d63b6eed1c95a86e13b2e05c4e6a3a7 /sys-apps/slocate/files | |
parent | fix xft deps (diff) | |
download | historical-369a2664386f6ebdc67089bf5286eaf9ad60901d.tar.gz historical-369a2664386f6ebdc67089bf5286eaf9ad60901d.tar.bz2 historical-369a2664386f6ebdc67089bf5286eaf9ad60901d.zip |
Update the updatedb.conf file
Diffstat (limited to 'sys-apps/slocate/files')
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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" |