From f90383bb9168be0e92dfde38b65cf20fb7c69835 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Wed, 25 Jul 2007 07:30:12 +0000 Subject: [PATCH] - fix status service --- psacct.init | 1 + psacct.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/psacct.init b/psacct.init index 90194aa..0625db4 100755 --- a/psacct.init +++ b/psacct.init @@ -56,6 +56,7 @@ case "$1" in echo $"Process accounting is enabled." else echo $"Process accounting is disabled." + exit 3 fi ;; restart|reload) diff --git a/psacct.spec b/psacct.spec index 4ba461b..587724c 100644 --- a/psacct.spec +++ b/psacct.spec @@ -12,7 +12,7 @@ Summary: Utilities for monitoring process activities Name: psacct Version: 6.3.2 -Release: 46%{?dist} +Release: 47%{?dist} License: GPL Group: Applications/System Source: ftp://ftp.gnu.org/pub/gnu/acct-6.3.2.tar.gz @@ -169,6 +169,9 @@ fi %{_infodir}/accounting.info.gz %changelog +* Wed Jul 25 2007 Ivana Varekova - 6.3.2-47 +- fix status service + * Wed Jul 25 2007 Ivana Varekova - 6.3.2-46 - Resolves: #247034 fix init script