summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/freenet/files/run.sh-20090501')
-rw-r--r--net-p2p/freenet/files/run.sh-200905016
1 files changed, 0 insertions, 6 deletions
diff --git a/net-p2p/freenet/files/run.sh-20090501 b/net-p2p/freenet/files/run.sh-20090501
index 7a9aff1c0af7..435d5346b379 100644
--- a/net-p2p/freenet/files/run.sh-20090501
+++ b/net-p2p/freenet/files/run.sh-20090501
@@ -132,12 +132,6 @@ done
cd "`dirname \"$REALPATH\"`"
REALDIR="`pwd`"
-if test ! -s freenet.ini
-then
- exec ./bin/1run.sh
- exit
-fi
-
# If the PIDDIR is relative, set its value relative to the full REALPATH to avoid problems if
# the working directory is later changed.
FIRST_CHAR="`echo $PIDDIR | cut -c1,1`"