
November 19, 2007
Sean "Obsidian" Potter
Colin "Rhettigan" Dean
uShare
Forums
1 2 3
This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.

#/etc/conf.d/ushare
# name of the server
uNAME="$HOSTNAME"
# Interface to run uShare on
uINT="eth1"
# Port to run uShare on
uPORT="49152"
# Additional options, note that each shared folder must have it's own -c option.
uOPTS="-x -c /opt/music -c /opt/movies -n $HOSTNAME"
# Comment the above and uncomment the following for PS3 support
# uOPTS="-d -c /opt -n $HOSTNAME"