File ushare.conf.defs.patch of Package ushare
--- scripts/ushare.conf.orig 2007-12-09 16:03:36.000000000 +0300
+++ scripts/ushare.conf 2011-02-23 12:04:03.796761413 +0300
@@ -2,11 +2,11 @@
# Configuration file for uShare
# uShare UPnP Friendly Name (default is 'uShare').
-USHARE_NAME=
+USHARE_NAME=uShare
# Interface to listen to (default is eth0).
# Ex : USHARE_IFACE=eth1
-USHARE_IFACE=
+USHARE_IFACE=eth0
# Port to listen to (default is random from IANA Dynamic Ports range)
# Ex : USHARE_PORT=49200
@@ -28,18 +28,18 @@
# as is. (Umlauts for all!)
#
# Options are TRUE/YES/1 for override and anything else for default behaviour
-USHARE_OVERRIDE_ICONV_ERR=
+USHARE_OVERRIDE_ICONV_ERR=no
# Enable Web interface (yes/no)
-ENABLE_WEB=
+ENABLE_WEB=no
# Enable Telnet control interface (yes/no)
-ENABLE_TELNET=
+ENABLE_TELNET=no
# Use XboX 360 compatibility mode (yes/no)
-ENABLE_XBOX=
+ENABLE_XBOX=no
# Use DLNA profile (yes/no)
# This is needed for PlayStation3 to work (among other devices)
-ENABLE_DLNA=
+ENABLE_DLNA=no