Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > c9f85fb6c97025524d26903bcb1d49b9 > files > 2

mlocate-0.26-7.mga5.src.rpm

#!/bin/sh
nodevs=$(< /proc/filesystems awk '$1 == "nodev" && $2 != "rootfs" { print $2 }')
renice +19 -p $$ >/dev/null 2>&1
ionice -c3 -p $$ >/dev/null 2>&1
/usr/bin/updatedb -f "$nodevs"