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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 2 13:03:40 CEST 2008 - werner@suse.de
- Fix option handling for renice in cron script (bnc#431027)
-------------------------------------------------------------------
Tue Aug 12 17:41:26 CEST 2008 - werner@suse.de

View File

@ -31,7 +31,7 @@ BuildRequires: gettext-runtime gettext-tools
BuildRequires: gettext gettext-devel
%endif
Version: 2.5.2
Release: 1
Release: 15
Summary: A Program for Displaying man Pages
License: GPL v2 or later
Url: https://savannah.nongnu.org/projects/man-db
@ -283,6 +283,8 @@ test -d var/catman/ && rm -rf var/catman/ || true
%{_localstatedir}/adm/fillup-templates/sysconfig.cron-man
%changelog
* Thu Oct 02 2008 werner@suse.de
- Fix option handling for renice in cron script (bnc#431027)
* Tue Aug 12 2008 werner@suse.de
- Update to version 2.5.2
* `man -H' (without a browser argument) was completely broken in