diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-09 22:41:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-09 22:41:55 +0000 |
commit | 790c92a059404d7fef67b98d20ee26b1199130f4 (patch) | |
tree | baddb9126c2f280c478cd2ff8cda6ba72315d1cf /sys-apps | |
parent | Added ~sparc keyword wrt bug #97586. (diff) | |
download | historical-790c92a059404d7fef67b98d20ee26b1199130f4.tar.gz historical-790c92a059404d7fef67b98d20ee26b1199130f4.tar.bz2 historical-790c92a059404d7fef67b98d20ee26b1199130f4.zip |
Clean up updatedb.conf as directed by Nikolai Weibull in #97377.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/slocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/slocate/Manifest | 10 | ||||
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 15 |
3 files changed, 19 insertions, 11 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog index 122660ae9041..765a26d50e6b 100644 --- a/sys-apps/slocate/ChangeLog +++ b/sys-apps/slocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/slocate # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.53 2005/05/31 22:47:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.54 2005/07/09 22:41:55 vapier Exp $ + + 09 Jul 2005; Mike Frysinger <vapier@gentoo.org> files/updatedb.conf: + Clean up updatedb.conf as directed by Nikolai Weibull in #97377. *slocate-2.7-r8 (31 May 2005) diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest index 910d6065e7d3..b6d110117a4d 100644 --- a/sys-apps/slocate/Manifest +++ b/sys-apps/slocate/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 431ab45729807e44eee37bc12e0f892c slocate-2.7-r8.ebuild 2717 MD5 1711c302c7546e0a7210bce15849fa43 slocate-2.7-r7.ebuild 2323 @@ -6,3 +9,10 @@ MD5 4109d0757229d079e30f8ea33b676f00 files/digest-slocate-2.7-r8 211 MD5 4109d0757229d079e30f8ea33b676f00 files/digest-slocate-2.7-r7 211 MD5 6cd691d75d501eb87ed12cf31c1e1ff6 files/slocate-2.7-bounds.patch 305 MD5 828e58f63c83167893cfc190f94f8ba3 files/updatedb.conf 470 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC0FLxgIKl8Uu19MoRAsxwAJ9157RhrTnAQsQTPj0YeCmYmBxlCwCcCXr3 +nfaJ9pPMucc8brAMKctzho0= +=NQvy +-----END PGP SIGNATURE----- diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf index 9f2cf6d62a3e..a84d6e1ee460 100644 --- a/sys-apps/slocate/files/updatedb.conf +++ b/sys-apps/slocate/files/updatedb.conf @@ -1,16 +1,11 @@ # /etc/updatedb.conf: config file for slocate -# $Id: updatedb.conf,v 1.15 2005/05/22 07:49:54 vapier Exp $ +# $Id: updatedb.conf,v 1.16 2005/07/09 22:41:55 vapier Exp $ -# For more info, see the updatedb(1) manpage +# This file sets variables that are used by updatedb. +# For more info, see the updatedb(1) manpage. -# filesystems which are pruned from updatedb database +# Filesystems that are pruned from updatedb database PRUNEFS="afs auto autofs cifs devfs devpts iso9660 ncpfs nfs NFS nnpfs proc ramfs sfs smbfs subfs supermount sysfs tmpfs udf usbfs" -export PRUNEFS -# paths which are pruned from updatedb database +# Paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp" -export PRUNEPATHS - -# netpaths which are added -NETPATHS="" -export NETPATHS |