- fix the return value of "service psacct status" command
This commit is contained in:
parent
8e9018e15d
commit
42f996baf2
@ -36,6 +36,7 @@ case "$1" in
|
||||
echo $"Process accounting is enabled."
|
||||
else
|
||||
echo $"Process accounting is disabled."
|
||||
exit 3
|
||||
fi
|
||||
;;
|
||||
restart|reload)
|
||||
|
@ -12,7 +12,7 @@
|
||||
Summary: Utilities for monitoring process activities
|
||||
Name: psacct
|
||||
Version: 6.3.2
|
||||
Release: 44%{?dist}
|
||||
Release: 45%{?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
|
||||
* Mon May 28 2007 Ivana Varekova <varekova@redhat.com> - 6.3.2-45
|
||||
- fix the return value of "service psacct status" command
|
||||
|
||||
* Thu Apr 5 2007 Ivana Varekova <varekova@redhat.com> - 6.3.2-44
|
||||
- small spec changes
|
||||
- change buildroot
|
||||
|
Loading…
Reference in New Issue
Block a user