Repository: karaf Updated Branches: refs/heads/master 38935cb29 -> e50186135
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/e5018613 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/e5018613 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/e5018613 Branch: refs/heads/master Commit: e5018613595406524229dff0a32e43e1ba50d218 Parents: 38935cb Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Oct 9 14:05:25 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Oct 9 14:05:25 2015 +0200 ---------------------------------------------------------------------- .../features/base/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/e5018613/assemblies/features/base/src/main/filtered-resources/resources/bin/setenv ---------------------------------------------------------------------- diff --git a/assemblies/features/base/src/main/filtered-resources/resources/bin/setenv b/assemblies/features/base/src/main/filtered-resources/resources/bin/setenv index 98e9a47..c68c868 100755 --- a/assemblies/features/base/src/main/filtered-resources/resources/bin/setenv +++ b/assemblies/features/base/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...
