summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-08-19 01:11:18 +0000
committerMike Frysinger <vapier@gentoo.org>2008-08-19 01:11:18 +0000
commit9b51e1d3f7a64d8e8a1dd9da69d06322505c8f70 (patch)
tree8ad8c7f62192121fa1bd6ed6ed0008e3d7ac42d0 /sys-apps/slocate/files/updatedb.conf
parentVersion bump (diff)
downloadhistorical-9b51e1d3f7a64d8e8a1dd9da69d06322505c8f70.tar.gz
historical-9b51e1d3f7a64d8e8a1dd9da69d06322505c8f70.tar.bz2
historical-9b51e1d3f7a64d8e8a1dd9da69d06322505c8f70.zip
Add patch from Debian for CVE 2007-0227. Run updatedb through ionice #231203 by Daniel Pielmeier. Add support by marty rosenberg for -0 (NUL delimited output) #216838.
Package-Manager: portage-2.2_rc6/cvs/Linux 2.6.26.2 x86_64
Diffstat (limited to 'sys-apps/slocate/files/updatedb.conf')
-rw-r--r--sys-apps/slocate/files/updatedb.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf
index d7aecd68cede..6e5527dd7ba8 100644
--- a/sys-apps/slocate/files/updatedb.conf
+++ b/sys-apps/slocate/files/updatedb.conf
@@ -1,5 +1,5 @@
# /etc/updatedb.conf: config file for slocate
-# $Id: updatedb.conf,v 1.23 2007/08/08 16:22:32 lu_zero Exp $
+# $Id: updatedb.conf,v 1.24 2008/08/19 01:11:18 vapier Exp $
# This file sets variables that are used by updatedb.
# For more info, see the updatedb(1) manpage.
@@ -9,3 +9,12 @@ PRUNEFS="afs auto autofs cifs devfs devpts eventpollfs futexfs gfs hugetlbfs iso
# Paths which are pruned from updatedb database
PRUNEPATHS="/tmp /var/tmp /root/.ccache"
+
+# nice value to run at: see -n in nice(1)
+NICE="10"
+
+# ionice class to run at: see -c in ionice(1)
+IONICE_CLASS="2"
+
+# ionice priority to run at: see -n in ionice(1)
+IONICE_PRIORITY="7"