diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-06 16:14:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-06 16:14:00 +0000 |
commit | 771853fc44605af7531608f13f7e6aa89bc21e3c (patch) | |
tree | 5b062f56f98a9e1d4f084eb5d0836dd3663119f7 /sys-apps/slocate/files | |
parent | 2.6.1_rc2 initial release (diff) | |
download | gentoo-2-771853fc44605af7531608f13f7e6aa89bc21e3c.tar.gz gentoo-2-771853fc44605af7531608f13f7e6aa89bc21e3c.tar.bz2 gentoo-2-771853fc44605af7531608f13f7e6aa89bc21e3c.zip |
Add supermount to the list of pruned filesystems
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 1261c28316b5..5afe7b3402df 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.5 2003/10/31 21:17:53 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.6 2004/01/06 16:13:51 agriffis 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 ncpfs sysfs" +PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs sysfs supermount" export PRUNEFS # paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp" |