This commit is contained in:
parent
dd053d7652
commit
571adbd9c6
@ -38,8 +38,8 @@ if test "$REINIT_MANDB" = yes ; then
|
|||||||
if type -p mandb > /dev/null 2>&1 ; then
|
if type -p mandb > /dev/null 2>&1 ; then
|
||||||
typeset -r manpaths=$(manpath -g)
|
typeset -r manpaths=$(manpath -g)
|
||||||
typeset -i errors=0
|
typeset -i errors=0
|
||||||
renice +5 -p$$ > /dev/null || true
|
renice +5 -p $$ > /dev/null || true
|
||||||
ionice -c 3 -p$$ > /dev/null || true
|
ionice -c 3 -p $$ > /dev/null || true
|
||||||
unset MANPATH
|
unset MANPATH
|
||||||
IFS=:
|
IFS=:
|
||||||
for mp in $manpaths; do
|
for mp in $manpaths; do
|
||||||
|
@ -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
|
Tue Aug 12 17:41:26 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
4
man.spec
4
man.spec
@ -31,7 +31,7 @@ BuildRequires: gettext-runtime gettext-tools
|
|||||||
BuildRequires: gettext gettext-devel
|
BuildRequires: gettext gettext-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.5.2
|
Version: 2.5.2
|
||||||
Release: 1
|
Release: 15
|
||||||
Summary: A Program for Displaying man Pages
|
Summary: A Program for Displaying man Pages
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Url: https://savannah.nongnu.org/projects/man-db
|
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
|
%{_localstatedir}/adm/fillup-templates/sysconfig.cron-man
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 12 2008 werner@suse.de
|
||||||
- Update to version 2.5.2
|
- Update to version 2.5.2
|
||||||
* `man -H' (without a browser argument) was completely broken in
|
* `man -H' (without a browser argument) was completely broken in
|
||||||
|
Loading…
Reference in New Issue
Block a user