This commit is contained in:
committed by
Git OBS Bridge
parent
dd053d7652
commit
571adbd9c6
@@ -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
|
||||
|
Reference in New Issue
Block a user