- 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."
|
echo $"Process accounting is enabled."
|
||||||
else
|
else
|
||||||
echo $"Process accounting is disabled."
|
echo $"Process accounting is disabled."
|
||||||
|
exit 3
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
restart|reload)
|
restart|reload)
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
Summary: Utilities for monitoring process activities
|
Summary: Utilities for monitoring process activities
|
||||||
Name: psacct
|
Name: psacct
|
||||||
Version: 6.3.2
|
Version: 6.3.2
|
||||||
Release: 44%{?dist}
|
Release: 45%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/acct-6.3.2.tar.gz
|
Source: ftp://ftp.gnu.org/pub/gnu/acct-6.3.2.tar.gz
|
||||||
@ -169,6 +169,9 @@ fi
|
|||||||
%{_infodir}/accounting.info.gz
|
%{_infodir}/accounting.info.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 5 2007 Ivana Varekova <varekova@redhat.com> - 6.3.2-44
|
||||||
- small spec changes
|
- small spec changes
|
||||||
- change buildroot
|
- change buildroot
|
||||||
|
Loading…
Reference in New Issue
Block a user