summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kryczek <mkay@gentoo.org>2005-09-18 11:51:01 +0000
committerMarcin Kryczek <mkay@gentoo.org>2005-09-18 11:51:01 +0000
commite4d59b4933ba1ba8c5d5491d1219721dd13498e8 (patch)
tree4bd951ec144068734fbcc59dc444c7050033635a /net-p2p/amule/files
parentstable amd64 (diff)
downloadhistorical-e4d59b4933ba1ba8c5d5491d1219721dd13498e8.tar.gz
historical-e4d59b4933ba1ba8c5d5491d1219721dd13498e8.tar.bz2
historical-e4d59b4933ba1ba8c5d5491d1219721dd13498e8.zip
Command-line parameters for amuleweb have changed. Fixing init.d script. This also close bug #105642
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'net-p2p/amule/files')
-rw-r--r--net-p2p/amule/files/amuleweb.initd5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/amule/files/amuleweb.initd b/net-p2p/amule/files/amuleweb.initd
index 8734d3a323ff..2dd5113728ff 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.2 2005/08/27 17:17:55 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/files/amuleweb.initd,v 1.3 2005/09/18 11:51:01 mkay Exp $
depend() {
need net
@@ -21,9 +21,8 @@ start() {
rm /var/run/amuleweb.pid
- OPTIONS="-rh ${AMULEHOST} -p ${AMULEPORT} -pw ${AMULEPWD}"
+ OPTIONS="-h ${AMULEHOST} -p ${AMULEPORT} -P ${AMULEPWD}"
- einfo $OPTIONS
ebegin "Starting aMule WebServer"
env HOME="${AMULEHOME}" start-stop-daemon --start \
--quiet -b \