diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 01:12:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 01:12:48 +0000 |
commit | dd4638acb61620950db47a016fd2c0f5d99b3aa7 (patch) | |
tree | bb352cb1dde3f202d4efc231dd6429706147d356 /sys-apps/slocate | |
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')
-rw-r--r-- | sys-apps/slocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog index 0d7a13607d36..21760b484434 100644 --- a/sys-apps/slocate/ChangeLog +++ b/sys-apps/slocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/slocate # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.40 2004/05/22 22:52:04 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.41 2004/06/16 01:12:46 mr_bones_ Exp $ + + 15 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> files/updatedb.conf: + Added nnpfs to the PRUNEFS line. (bug #54035) 22 May 2004; Robert Coie <rac@gentoo.org> slocate-2.7-r5.ebuild: Add shadow to RDEPEND, it's used in postinst 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" |