summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-09 22:41:55 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-09 22:41:55 +0000
commitacb8ebfe1ad039070132fe13c18bc2d099c49231 (patch)
treec352649bd54f18f0b6824fabfbaefbba1e8cc8d1
parentQA: Removed obsolete DEPEND="${DEPEND}" (diff)
downloadgentoo-2-acb8ebfe1ad039070132fe13c18bc2d099c49231.tar.gz
gentoo-2-acb8ebfe1ad039070132fe13c18bc2d099c49231.tar.bz2
gentoo-2-acb8ebfe1ad039070132fe13c18bc2d099c49231.zip
Clean up updatedb.conf as directed by Nikolai Weibull in #97377.
(Portage version: 2.0.51.22-r1)
-rw-r--r--sys-apps/slocate/ChangeLog5
-rw-r--r--sys-apps/slocate/files/updatedb.conf15
2 files changed, 9 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/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