diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-08-15 01:12:25 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-08-15 01:12:25 +0000 |
| commit | 5cb00889d9c8a5eb6c92840469fadb6bdce6f53c (patch) | |
| tree | c07d4ad1996499cad500f79c647fed017d5227e6 /stopYACY.sh | |
| parent | ba0a486328baaa694a6fe4d82aee1d0adfff7dfa (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-x | stopYACY.sh | 2 |
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 |
