diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-04-12 14:02:20 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-04-12 14:06:27 +0000 |
commit | f3f358961a18ed1ca38f9ed69468c538fdf3078e (patch) | |
tree | b1a40abba114abd7a7998e4a34d7f8780a49bd1b /testing/ushare/ushare-config.patch | |
parent | 0210cf02f627212988eaed46b3dccc7ff74db40d (diff) | |
download | aports-f3f358961a18ed1ca38f9ed69468c538fdf3078e.tar.bz2 aports-f3f358961a18ed1ca38f9ed69468c538fdf3078e.tar.xz |
testing/ushare : new aport - A free UPnP A/V Media Server for Linux
Diffstat (limited to 'testing/ushare/ushare-config.patch')
-rw-r--r-- | testing/ushare/ushare-config.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/ushare/ushare-config.patch b/testing/ushare/ushare-config.patch new file mode 100644 index 000000000..d064db890 --- /dev/null +++ b/testing/ushare/ushare-config.patch @@ -0,0 +1,22 @@ +--- ushare-1.1a/scripts/ushare.conf 2007-12-09 07:03:36.000000000 -0600 ++++ b/scripts/ushare.conf 2010-11-15 12:09:45.000000000 -0600 +@@ -31,15 +31,15 @@ USHARE_DIR= + USHARE_OVERRIDE_ICONV_ERR= + + # Enable Web interface (yes/no) +-ENABLE_WEB= ++USHARE_ENABLE_WEB= + + # Enable Telnet control interface (yes/no) +-ENABLE_TELNET= ++USHARE_ENABLE_TELNET= + + # Use XboX 360 compatibility mode (yes/no) +-ENABLE_XBOX= ++USHARE_ENABLE_XBOX= + + # Use DLNA profile (yes/no) + # This is needed for PlayStation3 to work (among other devices) +-ENABLE_DLNA= ++USHARE_ENABLE_DLNA= + |