rpms/psacct/devel psacct.init,1.5,1.6 psacct.spec,1.29,1.30

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Wed Jul 25 07:30:44 UTC 2007


Author: varekova

Update of /cvs/pkgs/rpms/psacct/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29666

Modified Files:
	psacct.init psacct.spec 
Log Message:
- fix status service



Index: psacct.init
===================================================================
RCS file: /cvs/pkgs/rpms/psacct/devel/psacct.init,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- psacct.init	25 Jul 2007 07:08:51 -0000	1.5
+++ psacct.init	25 Jul 2007 07:30:12 -0000	1.6
@@ -56,6 +56,7 @@
 		echo $"Process accounting is enabled."
 	else
 		echo $"Process accounting is disabled."
+		exit 3
 	fi
 	;;
   restart|reload)


Index: psacct.spec
===================================================================
RCS file: /cvs/pkgs/rpms/psacct/devel/psacct.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- psacct.spec	25 Jul 2007 07:08:51 -0000	1.29
+++ psacct.spec	25 Jul 2007 07:30:12 -0000	1.30
@@ -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 @@
 %{_infodir}/accounting.info.gz
 
 %changelog
+* Wed Jul 25 2007 Ivana Varekova <varekova at redhat.com> - 6.3.2-47
+- fix status service
+
 * Wed Jul 25 2007 Ivana Varekova <varekova at redhat.com> - 6.3.2-46
 - Resolves: #247034
   fix init script




More information about the scm-commits mailing list