rpms/psacct/devel psacct.init,1.3,1.4 psacct.spec,1.27,1.28

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Mon May 28 09:34:57 UTC 2007


Author: varekova

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

Modified Files:
	psacct.init psacct.spec 
Log Message:
- fix the return value of "service psacct status" command



Index: psacct.init
===================================================================
RCS file: /cvs/pkgs/rpms/psacct/devel/psacct.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- psacct.init	9 Sep 2004 10:48:16 -0000	1.3
+++ psacct.init	28 May 2007 09:34:22 -0000	1.4
@@ -36,6 +36,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.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- psacct.spec	5 Apr 2007 13:40:43 -0000	1.27
+++ psacct.spec	28 May 2007 09:34:22 -0000	1.28
@@ -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 @@
 %{_infodir}/accounting.info.gz
 
 %changelog
+* Mon May 28 2007 Ivana Varekova <varekova at redhat.com> - 6.3.2-45
+- fix the return value of "service psacct status" command
+
 * Thu Apr  5 2007 Ivana Varekova <varekova at redhat.com> - 6.3.2-44
 - small spec changes
 - change buildroot




More information about the fedora-extras-commits mailing list