diff options
| author | rramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-04-24 13:15:42 +0000 |
|---|---|---|
| committer | rramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-04-24 13:15:42 +0000 |
| commit | 748971112e42d168169b7040b3dfd218c64af0cf (patch) | |
| tree | 5110ad4fa9d4171b4a5f6263c066015d45565e44 | |
| parent | cd4aeffea2eb1f19d6234171801770f0f37dca5a (diff) | |
typos
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2037 6c8d7289-2bf4-0310-a012-ef5d649a1542
| -rw-r--r-- | startYACY.bat | 2 | ||||
| -rwxr-xr-x | startYACY.command | 2 | ||||
| -rwxr-xr-x | startYACY.sh | 4 | ||||
| -rwxr-xr-x | yacy.nsi | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/startYACY.bat b/startYACY.bat index b48ea9a57..786c7f162 100644 --- a/startYACY.bat +++ b/startYACY.bat @@ -19,7 +19,7 @@ Echo Generated classpath:%CLASSPATH% Echo JRE Parameters:%javacmd%
Echo ****************** YaCy Web Crawler/Indexer ^& Search Engine ******************* - Echo **** (C) by Michael Peter Christen, usage granted unter the GPL Version 2 **** + Echo **** (C) by Michael Peter Christen, usage granted under the GPL Version 2 **** Echo **** USE AT YOUR OWN RISK! Project home and releases: http://yacy.net/yacy **** Echo ** LOG of YaCy: DATA/LOG/yacy00.log (and yacy^<xx^>.log) ** Echo ** STOP YaCy: execute stopYACY.bat and wait some seconds ** diff --git a/startYACY.command b/startYACY.command index 7df29577f..0b3b7f597 100755 --- a/startYACY.command +++ b/startYACY.command @@ -1,7 +1,7 @@ ?cd `dirname $0` ./startYACY.sh & echo "****************** YaCy Web Crawler/Indexer & Search Engine *******************" -echo "**** (C) by Michael Peter Christen, usage granted unter the GPL Version 2 ****" +echo "**** (C) by Michael Peter Christen, usage granted under the GPL Version 2 ****" echo "**** USE AT YOUR OWN RISK! Project home and releases: http://yacy.net/yacy ****" echo "** LOG of YaCy: DATA/LOG/yacy00.log (and yacy<xx>.log) **" echo "** STOP YaCy: execute stopYACY.sh and wait some seconds **" diff --git a/startYACY.sh b/startYACY.sh index 5252e0a2e..2c9cab474 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -9,7 +9,7 @@ elif [ ! -x "`which java`" ] then echo "The java command is not executable." echo "Either you have not installed java or it is not in your PATH" - echo "Has this script been invoked by CRON? Then use the -c option." + #echo "Has this script been invoked by CRON? Then use the -c option." exit 1 #-c to be imlemented. @@ -56,7 +56,7 @@ else # nohup java -Xms160m -Xmx160m -classpath classes:htroot:$CLASSPATH yacy > /dev/null & fi echo "****************** YaCy Web Crawler/Indexer & Search Engine *******************" - echo "**** (C) by Michael Peter Christen, usage granted unter the GPL Version 2 ****" + echo "**** (C) by Michael Peter Christen, usage granted under the GPL Version 2 ****" echo "**** USE AT YOUR OWN RISK! Project home and releases: http://yacy.net/yacy ****" echo "** LOG of YaCy: DATA/LOG/yacy00.log (and yacy<xx>.log) **" echo "** STOP YaCy: execute stopYACY.sh and wait some seconds **" @@ -21,7 +21,7 @@ InstType "Full" ; The text to prompt the user to enter a directory
ComponentText "This will install YaCy v0.44(Build 20060307) on your computer. Select which optional things you want to be installed."
; The text to prompt the user to enter a directory
-#DirText "If an old Version was installed into another locAtion(eg. AnomicHTTPProxy), you have to move the DATA Directory to the new location."
+#DirText "If an old version was installed into another location (eg. AnomicHTTPProxy), you have to move the DATA Directory to the new location."
DirText "Choose a directory to install into:"
LicenseText "You must agree to this license to install YaCy"
|
