OBS User unknown
2008-10-06 15:45:58 +00:00
committed by Git OBS Bridge
parent dd053d7652
commit 571adbd9c6
3 changed files with 10 additions and 3 deletions

View File

@@ -38,8 +38,8 @@ if test "$REINIT_MANDB" = yes ; then
if type -p mandb > /dev/null 2>&1 ; then
typeset -r manpaths=$(manpath -g)
typeset -i errors=0
renice +5 -p$$ > /dev/null || true
ionice -c 3 -p$$ > /dev/null || true
renice +5 -p $$ > /dev/null || true
ionice -c 3 -p $$ > /dev/null || true
unset MANPATH
IFS=:
for mp in $manpaths; do