summaryrefslogtreecommitdiff
path: root/stopYACY.sh
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-08-15 01:12:25 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-08-15 01:12:25 +0000
commit5cb00889d9c8a5eb6c92840469fadb6bdce6f53c (patch)
treec07d4ad1996499cad500f79c647fed017d5227e6 /stopYACY.sh
parentba0a486328baaa694a6fe4d82aee1d0adfff7dfa (diff)
enhancements to dht selection, search and search presentation
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@540 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'stopYACY.sh')
-rwxr-xr-xstopYACY.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stopYACY.sh b/stopYACY.sh
index bd65bd1d4..c514892e6 100755
--- a/stopYACY.sh
+++ b/stopYACY.sh
@@ -8,4 +8,4 @@ for N in `ls -1 libx/*.jar`; do CLASSPATH="$CLASSPATH$N:"; done
java -classpath classes:htroot:$CLASSPATH yacy -shutdown
echo "please wait until the YaCy daemon process terminates"
-echo "you can monitor this with 'tail -f yacy.log' and 'fuser yacy.log'" \ No newline at end of file
+echo "you can monitor this with 'tail -f log/yacy00.log' and 'fuser log/yacy00.log'" \ No newline at end of file