Repository: karaf Updated Branches: refs/heads/karaf-3.0.x e30bdaf38 -> 3d30d029d
Add a comment with the exhaustive list of scripts usable in bin/setenv Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/3d30d029 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/3d30d029 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/3d30d029 Branch: refs/heads/karaf-3.0.x Commit: 3d30d029d1c22a57e760b525e67f53118f9d8002 Parents: e30bdaf Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Oct 9 14:08:13 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Oct 9 14:08:13 2015 +0200 ---------------------------------------------------------------------- .../framework/src/main/filtered-resources/resources/bin/setenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/3d30d029/assemblies/features/framework/src/main/filtered-resources/resources/bin/setenv ---------------------------------------------------------------------- diff --git a/assemblies/features/framework/src/main/filtered-resources/resources/bin/setenv b/assemblies/features/framework/src/main/filtered-resources/resources/bin/setenv index 98e9a47..c68c868 100755 --- a/assemblies/features/framework/src/main/filtered-resources/resources/bin/setenv +++ b/assemblies/features/framework/src/main/filtered-resources/resources/bin/setenv @@ -18,7 +18,7 @@ # # handle specific scripts; the SCRIPT_NAME is exactly the name of the Karaf -# script; for example karaf, start, stop, admin, client, ... +# script: client, instance, shell, start, status, stop, karaf # # if [ "$KARAF_SCRIPT" == "SCRIPT_NAME" ]; then # Actions go here...
