diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-10-18 01:38:07 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-10-18 01:38:07 +0000 |
| commit | a8ce192f63085f831f9175662ce47c023d937e84 (patch) | |
| tree | afd682f9a1e2604a28f50fbb0c5ac399800a2618 /stopYACY.sh | |
| parent | b79f4f062fcc909ad28396f6bede7de77a8020e6 (diff) | |
- shifted main classes to new package net.yacy
- fixed some bugs in last commit
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6427 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'stopYACY.sh')
| -rwxr-xr-x | stopYACY.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stopYACY.sh b/stopYACY.sh index ea46d1618..6152fa0fd 100755 --- a/stopYACY.sh +++ b/stopYACY.sh @@ -17,7 +17,7 @@ then for N in lib/*.jar; do CLASSPATH="$CLASSPATH$N:"; done for N in libx/*.jar; do CLASSPATH="$CLASSPATH$N:"; done - java -classpath classes:htroot:$CLASSPATH yacy -shutdown + java -classpath classes:htroot:$CLASSPATH net.yacy.yacy -shutdown echo "Please wait until the YaCy daemon process terminates" echo "You can monitor this with 'tail -f DATA/LOG/yacy00.log' and 'fuser log/yacy00.log'" |
