summaryrefslogtreecommitdiff
blob: e87d6a1763ba8fcbc7b50ac63056626f089076cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# User to run ushare daemon (if none, root will be used)
USHARE_USER="ushare"

# UPNP Friendly Name:
USHARE_NAME="uShare"

# The interface to bind to:
USHARE_IFACE="eth0"

# Static ushare port:
USHARE_PORT=""

# Enable/Disable telnet:
USHARE_TELNET="yes"

# Choose different telnet port:
USHARE_TELNET_PORT=""

# Enable/Disable web component:
USHARE_WEB="yes"

# A List of directories to share, each precieded by '-c':
USHARE_DIRS=""

# Enable/Disable XboX 360 compliant profile:
USHARE_XBOX="no"

# Enable/Disable DLNA compliant profile (Playstation3 requires this):
USHARE_DLNA="no"

# Misc. options:
USHARE_OPTS=""

# Check ushare --help or man ushare for more options.