Fix epatch invocation again, add missing files.
[overlay.git] / net-p2p / amule / files / amuleweb.confd
1 # Copyright 1999-2005 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/files/amuleweb.confd,v 1.3 2008/02/04 16:51:51 armin76 Exp $
4
5 # owner of amuleweb process (must be existing)
6 AMULEUSER="p2p"
7
8 # home directory for amuleweb (from where to read configuration) (must be existing)
9 AMULEHOME="/home/p2p"
10
11 # log file (/dev/null for nowhere)
12 LOG=/var/log/amuleweb.log
13
14 # aMule password (note: not your webserver password, but the external
15 # connection one)
16 AMULEPWD="secret"
17
18 # Full (admin) access password for webserver
19 WEBPWD="secret2"
20
21 # aMule host (this could be a remote host or usually localhost)
22 AMULEHOST="localhost"
23
24 # aMule external connection port
25 AMULEPORT="4712"
26
27 # aMuleweb template (default, php-default, chicane)
28 TEMPLATE="default"