- fix the initscript (service restart does not work)

This commit is contained in:
Ivana Varekova 2009-12-09 07:13:20 +00:00
parent e42266e255
commit b206d936f5
2 changed files with 4 additions and 2 deletions

View File

@ -41,7 +41,6 @@ stop() {
RETVAL=$? RETVAL=$?
if [ $RETVAL -eq 0 ]; then if [ $RETVAL -eq 0 ]; then
rm -f $LOCKFILE rm -f $LOCKFILE
exit 0
else else
exit 1 exit 1
fi fi

View File

@ -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: 56%{?dist} Release: 57%{?dist}
License: GPLv2+ License: GPLv2+
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
@ -179,6 +179,9 @@ fi
%{_infodir}/accounting.info.gz %{_infodir}/accounting.info.gz
%changelog %changelog
* Fri Dec 9 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 6.2.3-57
- fix the initscript (service restart does not work)
* Wed Dec 2 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 6.2.3-56 * Wed Dec 2 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 6.2.3-56
- add dump-utmp.8 and dump-acct.8 man-pages - add dump-utmp.8 and dump-acct.8 man-pages