From 571adbd9c682025552fa85331c4e687a859bda992b4bf4bd5cc8665d409e3a87 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 6 Oct 2008 15:45:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/man?expand=0&rev=24 --- cron.daily.do_mandb | 4 ++-- man.changes | 5 +++++ man.spec | 4 +++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/cron.daily.do_mandb b/cron.daily.do_mandb index a55a817..5422a5b 100644 --- a/cron.daily.do_mandb +++ b/cron.daily.do_mandb @@ -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 diff --git a/man.changes b/man.changes index 75fe4f0..6bdbf8a 100644 --- a/man.changes +++ b/man.changes @@ -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 diff --git a/man.spec b/man.spec index aa25998..7aaf1e9 100644 --- a/man.spec +++ b/man.spec @@ -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