diff --git a/psacct.init b/psacct.init index 642e808..06b8218 100755 --- a/psacct.init +++ b/psacct.init @@ -41,7 +41,6 @@ stop() { RETVAL=$? if [ $RETVAL -eq 0 ]; then rm -f $LOCKFILE - exit 0 else exit 1 fi diff --git a/psacct.spec b/psacct.spec index 46b95c2..37c696c 100644 --- a/psacct.spec +++ b/psacct.spec @@ -12,7 +12,7 @@ Summary: Utilities for monitoring process activities Name: psacct Version: 6.3.2 -Release: 56%{?dist} +Release: 57%{?dist} License: GPLv2+ Group: Applications/System Source: ftp://ftp.gnu.org/pub/gnu/acct-6.3.2.tar.gz @@ -179,6 +179,9 @@ fi %{_infodir}/accounting.info.gz %changelog +* Fri Dec 9 2009 Ivana Hutarova Varekova - 6.2.3-57 +- fix the initscript (service restart does not work) + * Wed Dec 2 2009 Ivana Hutarova Varekova - 6.2.3-56 - add dump-utmp.8 and dump-acct.8 man-pages