# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # UPNP Friendly Name: USHARE_NAME="uShare" # The interface to bind to: USHARE_IFACE="eth0" # A List of directories to share, each precieded by '-c': USHARE_DIRS="-c /home/user/music" # Misc. options, like: # -x, --xbox Use XboX 360 compliant profile # -d, --dlna Use DLNA compliant profile (PlayStation3 needs this) # -w, --no-web Disable the control web page (enabled by default) USHARE_OPTS="" # Check ushare --help or man ushare for more options.