Hi, this is the last remaining patch from debian kaffe cvs which aims at adding some explanations to the output of the jdb placeholder script.
Wolfgang
Index: kaffe/scripts/jdb.in =================================================================== RCS file: /cvs/kaffe/kaffe/kaffe/scripts/jdb.in,v retrieving revision 1.6 diff -u -r1.6 jdb.in --- kaffe/scripts/jdb.in 23 Apr 2005 18:20:22 -0000 1.6 +++ kaffe/scripts/jdb.in 9 Aug 2005 17:31:24 -0000 @@ -1,5 +1,9 @@ #!/bin/sh -# Placeholder script. +# Placeholder script to fake a +# JDK compatible JAVA_HOME directory. -echo "place holder for tomcat" +echo "This script is only a placeholder. +echo "Some programs need a JDK rather than only a JRE to work." +echo "They test for this tool to detect a JDK installation, but" +echo "don't really need its functionality to work correctly."
_______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
