]> Pileus Git - ~andy/sunrise/blobdiff - net-p2p/freenet/files/freenet
net-p2p/freenet: New upstream release, update live ebuild, make ebuilds ready for...
[~andy/sunrise] / net-p2p / freenet / files / freenet
index d8b0a7b06f49fce2dc50f77eee9906552bbe45ce..f276ee4ea0f4b0e1069bab5ca2fba992658d351d 100644 (file)
@@ -3,14 +3,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 start() {
-       if ! [[ -e /opt/freenet/freenet.ini ]]; then
-               start-stop-daemon --start --chuid freenet --exec /bin/sh /var/freenet/run.sh start 2>/dev/null
-               eend 0
-       else
-               echo "Please move freenet to the new location with the following command:"
-               echo "         mv /opt/freenet /var/freenet"
-               eend 1
-       fi
+       start-stop-daemon --start --chuid freenet --exec /bin/sh /var/freenet/run.sh start 2>/dev/null
+       eend 0
 }
 
 status() {