rpms/psacct/F-12 psacct.init,1.7,1.8 psacct.spec,1.42,1.43

Ivana Varekova varekova at fedoraproject.org
Tue Dec 8 15:16:05 UTC 2009


Author: varekova

Update of /cvs/pkgs/rpms/psacct/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3932

Modified Files:
	psacct.init psacct.spec 
Log Message:
- fix the initscript (service restart does not work)



Index: psacct.init
===================================================================
RCS file: /cvs/pkgs/rpms/psacct/F-12/psacct.init,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- psacct.init	16 Sep 2009 07:20:44 -0000	1.7
+++ psacct.init	8 Dec 2009 15:16:03 -0000	1.8
@@ -41,7 +41,6 @@ stop() {
 	RETVAL=$?
 	if [ $RETVAL -eq 0 ]; then
 	    rm -f $LOCKFILE
-	    exit 0
 	else
 	    exit 1
 	fi


Index: psacct.spec
===================================================================
RCS file: /cvs/pkgs/rpms/psacct/F-12/psacct.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- psacct.spec	2 Dec 2009 13:26:55 -0000	1.42
+++ psacct.spec	8 Dec 2009 15:16:03 -0000	1.43
@@ -12,7 +12,7 @@
 Summary: Utilities for monitoring process activities
 Name: psacct
 Version: 6.3.2
-Release: 58%{?dist}
+Release: 59%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: ftp://ftp.gnu.org/pub/gnu/acct-6.3.2.tar.gz
@@ -184,6 +184,9 @@ fi
 %{_infodir}/accounting.info.gz
 
 %changelog
+* Tue Dec  8 2009 Ivana Hutarova Varekova <varekova at redhat.com> - 6.2.3-59
+- fix the initscript (service restart does not work)
+
 * Wed Dec  2 2009 Ivana Hutarova Varekova <varekova at redhat.com> - 6.2.3-58
 - add dump-utmp.8 and dump-acct.8 man-pages
 




More information about the fedora-extras-commits mailing list