From 5aabb4111c840f9008bf41eff065fd6b497f1524 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Fri, 24 Aug 2007 23:31:53 +0000 Subject: [PATCH] - Update to mlocate-0.18 - Run updatedb with reduced I/O priority Resolves: #254165 --- .cvsignore | 2 +- mlocate.cron | 1 + mlocate.spec | 7 ++++++- sources | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7038e9b..c984ffc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mlocate-0.17.tar.bz2 +mlocate-0.18.tar.bz2 diff --git a/mlocate.cron b/mlocate.cron index 871845e..6a338e1 100644 --- a/mlocate.cron +++ b/mlocate.cron @@ -1,4 +1,5 @@ #!/bin/sh nodevs=$(< /proc/filesystems awk '$1 == "nodev" { print $2 }') renice +19 -p $$ >/dev/null 2>&1 +ionice -c2 -n7 -p $$ >/dev/null 2>&1 /usr/bin/updatedb -f "$nodevs" diff --git a/mlocate.spec b/mlocate.spec index 791ea1a..003594d 100644 --- a/mlocate.spec +++ b/mlocate.spec @@ -1,6 +1,6 @@ Summary: An utility for finding files by name Name: mlocate -Version: 0.17 +Version: 0.18 Release: 1 License: GPLv2 Group: Applications/System @@ -66,6 +66,11 @@ fi %ghost /var/lib/mlocate/mlocate.db %changelog +* Sat Aug 25 2007 Miloslav Trmač - 0.18-1 +- Update to mlocate-0.18 +- Run updatedb with reduced I/O priority + Resolves: #254165 + * Wed Apr 25 2007 Miloslav Trmac - 0.17-1 - Update to mlocate-0.17 Resolves: #237120 diff --git a/sources b/sources index a3fc613..9e6a16c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e8fc089a235a4a7bf9bfbc536c17116c mlocate-0.17.tar.bz2 +c4352d10b47e569297caedd2c2d22675 mlocate-0.18.tar.bz2