diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2019-08-10 04:01:18 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-01-17 08:23:37 +0200 |
commit | 34130dbd1646b428aa766cb957629ed6e7c270cb (patch) | |
tree | 8deac97dd41e133a3c389feda7425d6fbc850561 /net-p2p/amule/files/amuleweb.confd-r1 | |
parent | acct-user/amule: new user for net-p2p/amule, UID 468 (diff) | |
download | gentoo-34130dbd1646b428aa766cb957629ed6e7c270cb.tar.gz gentoo-34130dbd1646b428aa766cb957629ed6e7c270cb.tar.bz2 gentoo-34130dbd1646b428aa766cb957629ed6e7c270cb.zip |
net-p2p/amule: EAPI=7 bump
* add missing pkgconfig dependency
* convert myconf variable to array
* remove obsolete imule blocker
* fix license
* fix build with >=net-libs/libupnp-1.8
* switch to acct-{user,group}
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-p2p/amule/files/amuleweb.confd-r1')
-rw-r--r-- | net-p2p/amule/files/amuleweb.confd-r1 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-p2p/amule/files/amuleweb.confd-r1 b/net-p2p/amule/files/amuleweb.confd-r1 new file mode 100644 index 000000000000..1bb754a2f043 --- /dev/null +++ b/net-p2p/amule/files/amuleweb.confd-r1 @@ -0,0 +1,24 @@ +# owner of amuleweb process (must be existing) +AMULEUSER="amule" + +# home directory for amuleweb (from where to read configuration) (must be existing) +AMULEHOME="/var/lib/amule" + +# log file (/dev/null for nowhere) +LOG=/var/log/amuleweb.log + +# aMule password (note: not your webserver password, but the external +# connection one) +AMULEPWD="secret" + +# Full (admin) access password for webserver +WEBPWD="secret2" + +# aMule host (this could be a remote host or usually localhost) +AMULEHOST="localhost" + +# aMule external connection port +AMULEPORT="4712" + +# aMuleweb template (default, php-default, chicane) +TEMPLATE="default" |