summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/amule/files/amuleweb.initd')
-rw-r--r--net-p2p/amule/files/amuleweb.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/amule/files/amuleweb.initd b/net-p2p/amule/files/amuleweb.initd
index 00036b4f0521..8734d3a323ff 100644
--- a/net-p2p/amule/files/amuleweb.initd
+++ b/net-p2p/amule/files/amuleweb.initd
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/files/amuleweb.initd,v 1.1 2005/07/10 15:02:47 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/files/amuleweb.initd,v 1.2 2005/08/27 17:17:55 sekretarz Exp $
depend() {
need net
@@ -9,7 +9,7 @@ depend() {
}
start() {
- if ! test -f "${AMULEHOME}/.eMule"; then
+ if ! test -f "${AMULEHOME}/.aMule/amule.conf"; then
eerror "You must start and configure amuleweb before launch it. Sorry."
return 1
fi