mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
5 lines
138 B
Text
5 lines
138 B
Text
|
#!/bin/sh
|
||
|
|
||
|
nodevs=$(< /proc/filesystems awk '$1 == "nodev" && $2 != "rootfs" && $2 != "zfs" { print $2 }')
|
||
|
/usr/bin/updatedb -f "$nodevs"
|