mlocate: update to 0.22.3

This commit is contained in:
Juergen Daubert 2010-03-05 11:04:33 +01:00
parent c5fd99f4a7
commit ee847c6ee4
3 changed files with 8 additions and 9 deletions

View File

@ -1,3 +1,3 @@
7d67badc004a8ade29648c8449b479e4 mlocate
27de49a88b8657f50fda02d152b8a5f1 mlocate-0.22.2.tar.bz2
921a77cd68d85dc7d3fee004dcedc763 updatedb.conf
eb09c57c25ab98b74cbd45234f3f7851 mlocate-0.22.3.tar.xz
ba81e63d0d15d630e5feaecb066b202c updatedb.conf

View File

@ -3,9 +3,9 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=mlocate
version=0.22.2
version=0.22.3
release=1
source=(https://fedorahosted.org/releases/m/l/$name/$name-$version.tar.bz2 \
source=(https://fedorahosted.org/releases/m/l/$name/$name-$version.tar.xz \
mlocate updatedb.conf)
build() {

View File

@ -1,11 +1,10 @@
#
# /etc/updatedb.conf
#
# configuration file for updatedb(8) used by
# updatedb, see updatedb.conf(5)
# configuration file for updatedb(8), see updatedb.conf(5)
PRUNEFS="nfs afs proc smbfs cifs autofs auto iso9660"
PRUNENAMES=".git .svn .cvs"
PRUNEPATHS="/tmp /var/tmp /var/spool /mnt"
PRUNEFS="nfs nfs4 afs proc smbfs cifs autofs auto iso9660 sshfs sysfs usbfs tmpfs"
PRUNENAMES=".git .svn .hg .bzr _darcs CVS RCS"
PRUNEPATHS="/tmp /mnt /var/cache /var/lock /var/run /var/spool /var/tmp"
# End of file