You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2016/06/28 07:42:06 UTC

[1/2] karaf git commit: [KARAF-4598] karaf-service should return 0 on start when service is already running

Repository: karaf
Updated Branches:
  refs/heads/master 79a8da425 -> 0463ba778


[KARAF-4598] karaf-service should return 0 on start when service is already running


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/37f0afd9
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/37f0afd9
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/37f0afd9

Branch: refs/heads/master
Commit: 37f0afd98bb3e82e30804408cdd23d33b9fe6e05
Parents: 79a8da4
Author: dhx <gi...@dhx.at>
Authored: Mon Jun 27 14:07:11 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Tue Jun 28 09:40:38 2016 +0200

----------------------------------------------------------------------
 .../resources/org/apache/karaf/wrapper/internal/unix/karaf-service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/37f0afd9/wrapper/src/main/resources/org/apache/karaf/wrapper/internal/unix/karaf-service
----------------------------------------------------------------------
diff --git a/wrapper/src/main/resources/org/apache/karaf/wrapper/internal/unix/karaf-service b/wrapper/src/main/resources/org/apache/karaf/wrapper/internal/unix/karaf-service
index 9d92f0e..451dc0c 100644
--- a/wrapper/src/main/resources/org/apache/karaf/wrapper/internal/unix/karaf-service
+++ b/wrapper/src/main/resources/org/apache/karaf/wrapper/internal/unix/karaf-service
@@ -422,7 +422,7 @@ start() {
         exec $COMMAND_LINE
     else
         echo "$APP_LONG_NAME is already running."
-        exit 1
+        exit 0
     fi
 }
 


[2/2] karaf git commit: [KARAF-4598] This closes #204

Posted by jb...@apache.org.
[KARAF-4598] This closes #204


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/0463ba77
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/0463ba77
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/0463ba77

Branch: refs/heads/master
Commit: 0463ba778fc08c58b472df448cca497a77af533f
Parents: 79a8da4 37f0afd
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Tue Jun 28 09:41:57 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Tue Jun 28 09:41:57 2016 +0200

----------------------------------------------------------------------
 .../resources/org/apache/karaf/wrapper/internal/unix/karaf-service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------