From b206d936f5cfa8f32e1798a7bf8d221308129656 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Wed, 9 Dec 2009 07:13:20 +0000 Subject: [PATCH] - fix the initscript (service restart does not work) --- psacct.init | 1 - psacct.spec | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) 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