Subversion Repositories configs

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 33
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
nodevs=$(< /proc/filesystems awk '$1 == "nodev" { print $2 }')
2
nodevs=$(< /proc/filesystems awk '$1 == "nodev" && $2 != "zfs" { print $2 }')
3
renice +19 -p $$ >/dev/null 2>&1
3
renice +19 -p $$ >/dev/null 2>&1
4
ionice -c2 -n7 -p $$ >/dev/null 2>&1
4
ionice -c2 -n7 -p $$ >/dev/null 2>&1
5
/usr/bin/updatedb -f "$nodevs"
5
/usr/bin/updatedb -f "$nodevs"