[atop/el6] Fix initscript typo.

Jon Ciesla limb at fedoraproject.org
Tue Jan 31 16:37:34 UTC 2012


commit 19df0657c0086d002feef2fb31bccbbd7531f4c4
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Jan 31 10:37:12 2012 -0600

    Fix initscript typo.

 atop.init |    2 +-
 atop.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/atop.init b/atop.init
index f3dcfc6..ef66474 100644
--- a/atop.init
+++ b/atop.init
@@ -46,7 +46,7 @@ restart() {
 reload() {
 	echo -n $"Reloading atop daemon configuration: "
 	killproc atop -HUP
-	retval=$?
+	RETVAL=$?
 	echo
 	return $RETVAL
 }	
diff --git a/atop.spec b/atop.spec
index 4c85c1d..611927f 100644
--- a/atop.spec
+++ b/atop.spec
@@ -1,6 +1,6 @@
 Name:           atop
 Version:        1.26
-Release:        1%{?dist}.1
+Release:        1%{?dist}.2
 Summary:        An advanced interactive monitor to view the load on system and process level
 
 Group:          Applications/System
@@ -124,6 +124,9 @@ fi
 #%{_unitdir}/atop.service
 
 %changelog
+* Tue Jan 31 2012 Jon Ciesla <limburgher at gmail.com> - 1.26-1.2
+- Fixed initsrcipt typo, BZ 773288.
+
 * Wed Oct 12 2011 Jon Ciesla <limb at jcomserv.net> - 1.26-1.1
 - Moved back to SysV for f14, EL<=5.
 


More information about the scm-commits mailing list