- Update to mlocate-0.18

- Run updatedb with reduced I/O priority Resolves: #254165
This commit is contained in:
Miloslav Trmac 2007-08-24 23:31:53 +00:00
parent a8b8ac616f
commit 5aabb4111c
4 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
mlocate-0.17.tar.bz2
mlocate-0.18.tar.bz2

View File

@ -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"

View File

@ -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č <mitr@redhat.com> - 0.18-1
- Update to mlocate-0.18
- Run updatedb with reduced I/O priority
Resolves: #254165
* Wed Apr 25 2007 Miloslav Trmac <mitr@redhat.com> - 0.17-1
- Update to mlocate-0.17
Resolves: #237120

View File

@ -1 +1 @@
e8fc089a235a4a7bf9bfbc536c17116c mlocate-0.17.tar.bz2
c4352d10b47e569297caedd2c2d22675 mlocate-0.18.tar.bz2