- Update to mlocate-0.18
- Run updatedb with reduced I/O priority Resolves: #254165
This commit is contained in:
parent
a8b8ac616f
commit
5aabb4111c
@ -1 +1 @@
|
||||
mlocate-0.17.tar.bz2
|
||||
mlocate-0.18.tar.bz2
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user