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 /sys-apps/slocate/files
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)
Diffstat (limited to 'sys-apps/slocate/files')
-rw-r--r--sys-apps/slocate/files/updatedb.conf15
1 files changed, 5 insertions, 10 deletions
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