diff options
author | 2004-06-16 01:12:48 +0000 | |
---|---|---|
committer | 2004-06-16 01:12:48 +0000 | |
commit | dd4638acb61620950db47a016fd2c0f5d99b3aa7 (patch) | |
tree | bb352cb1dde3f202d4efc231dd6429706147d356 /sys-apps/slocate/files | |
parent | Adjusted permission of profile.d init script (Manifest recommit) (diff) | |
download | gentoo-2-dd4638acb61620950db47a016fd2c0f5d99b3aa7.tar.gz gentoo-2-dd4638acb61620950db47a016fd2c0f5d99b3aa7.tar.bz2 gentoo-2-dd4638acb61620950db47a016fd2c0f5d99b3aa7.zip |
Added nnpfs to the PRUNEFS line. (bug #54035)
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 0f77f8d3965c..0503ec070a37 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.8 2004/02/12 00:55:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.9 2004/06/16 01:12:48 mr_bones_ 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 supermount devpts usbfs cifs" +PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs sysfs supermount devpts usbfs cifs nnpfs" export PRUNEFS # paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp" |