[
https://issues.apache.org/jira/browse/BIGTOP-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Grover updated BIGTOP-826:
-------------------------------
Attachment: BIGTOP-826.2.patch
For making the reviewers life easier, here is the diff between patch 1 and
patch 2.
{code}
localhost:bigtop mgrover$ diff ~/BIGTOP-826.1.patch ~/BIGTOP-826.2.patch
1c1
< From 4d5ce77dcacb5d303904986ce18ab2dc36dfa2b2 Mon Sep 17 00:00:00 2001
---
> From 8706c5769df008f7b44a37c8268f55456c4b5b8e Mon Sep 17 00:00:00 2001
3c3
< Date: Wed, 16 Jan 2013 10:09:48 -0800
---
> Date: Thu, 17 Jan 2013 16:12:11 -0800
9,10c9,10
< bigtop-packages/src/rpm/hue/SOURCES/hue.init.suse | 8 ++++----
< 2 files changed, 8 insertions(+), 9 deletions(-)
---
> bigtop-packages/src/rpm/hue/SOURCES/hue.init.suse | 9 +++++----
> 2 files changed, 9 insertions(+), 9 deletions(-)
47c47
< index 446e969..32fc469 100644
---
> index 446e969..cd0a041 100644
67c67
< @@ -91,9 +91,9 @@ hue_stop() {
---
> @@ -91,9 +91,10 @@ hue_stop() {
75c75,76
< + return 0
---
> + RETVAL=0
> + return $RETVAL
{code}
> Wrong return code returned when stopping Hue on RHEL/SUSE
> ---------------------------------------------------------
>
> Key: BIGTOP-826
> URL: https://issues.apache.org/jira/browse/BIGTOP-826
> Project: Bigtop
> Issue Type: Bug
> Components: RPM
> Affects Versions: 0.5.0
> Reporter: Mark Grover
> Assignee: Mark Grover
> Fix For: 0.6.0
>
> Attachments: BIGTOP-826.1.patch, BIGTOP-826.2.patch
>
>
> When stopping the hue service, the wrong return code is returned (1 instead
> of 0). This happens on RHEL5, RHEL6 and SUSE
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira