You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/03/28 06:14:40 UTC

directory-fortress-core git commit: sensible default for javahome

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master ce001c99d -> 5c59c4823


sensible default for javahome


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/5c59c482
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/5c59c482
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/5c59c482

Branch: refs/heads/master
Commit: 5c59c48235b89f2ef59a26e69e8a5f495dab8fec
Parents: ce001c9
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Mar 27 23:05:23 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Mar 27 23:05:23 2016 -0500

----------------------------------------------------------------------
 README-QUICKSTART-APACHEDS.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/5c59c482/README-QUICKSTART-APACHEDS.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART-APACHEDS.md b/README-QUICKSTART-APACHEDS.md
index f40d4a5..c228b2b 100644
--- a/README-QUICKSTART-APACHEDS.md
+++ b/README-QUICKSTART-APACHEDS.md
@@ -87,10 +87,10 @@ ________________________________________________________________________________
 4. Add location of java:
 
  ```
- wrapper.java.command=/path/java/bin/java
+ wrapper.java.command=/usr/bin/java
  ```
 
- *Where 'path' equals fully qualified location of target machine's java.*
+ *contains fully qualified location of target machine's java.*
 
 5. Save and exit.