ports/core (3.7): mlocate: added /media and /run to PRUNEPATHS
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 62a42ea75630daffbcd9b7722878a7b01fc215b3 Author: Tim Biermann <tbier@posteo.de> Date: Sun Feb 27 20:58:59 2022 +0100 mlocate: added /media and /run to PRUNEPATHS diff --git a/mlocate/.signature b/mlocate/.signature index c4634ba4..613e9b7c 100644 --- a/mlocate/.signature +++ b/mlocate/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqrKvDvDMBRy4wlRzM4aOrdsklhTuVHkGBJ8lK63xrMSFwow+0lHk07ifLUh1sj3mdhRTOP3Ealp8kQ2IgyBzqwY= -SHA256 (Pkgfile) = 8102addba9631d44b8db4718258004c51dbcc8d24d5289aedf35d70bf9a4ede0 +RWRJc1FUaeVeqs68YSTs38AN7g82PYzEORdXeh+ziElVqHp24AZ67Qh8+4nLd5DmPqVN2WSOODAmpaLcMDDVVV5qS2W/jz2hhQc= +SHA256 (Pkgfile) = 6080703408904dac7c9be6fe3fe549a934186ad0140bf1a808128a2b927144ff SHA256 (.footprint) = bba6afc106f6bb2d4b38c82dd83599abd594b6683feaa1d220d5bf9b6c3f726f SHA256 (mlocate-0.26.tar.xz) = 3063df79fe198fb9618e180c54baf3105b33d88fe602ff2d8570aaf944f1263e SHA256 (mlocate) = def6b64ba85946c724192e282459b12ebcbd37fc4fd19cab7493b5bb25a86885 -SHA256 (updatedb.conf) = c67228476e641e502df39382d37488a617fdd088db70627868a2e5b3145b55a4 +SHA256 (updatedb.conf) = 54a70f4f4a625dfeb596f9dc893ca27b71e0bb5ddf52dcb9e6bbe9bd0e05775e diff --git a/mlocate/Pkgfile b/mlocate/Pkgfile index 4efc387a..d81b4847 100644 --- a/mlocate/Pkgfile +++ b/mlocate/Pkgfile @@ -4,7 +4,7 @@ name=mlocate version=0.26 -release=2 +release=3 source=(https://releases.pagure.org/$name/$name-$version.tar.xz mlocate updatedb.conf) diff --git a/mlocate/updatedb.conf b/mlocate/updatedb.conf index 0b2ab924..651c83c6 100644 --- a/mlocate/updatedb.conf +++ b/mlocate/updatedb.conf @@ -5,6 +5,6 @@ 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" +PRUNEPATHS="/tmp /mnt /media /run /var/cache /var/lock /var/run /var/spool /var/tmp" # End of file
participants (1)
-
crux@crux.nu