diff --git a/packages/addons/downloadmanager/SABnzbd/patches/SABnzbd-0.6.0RC2-001_defaults-0.1.patch b/packages/addons/downloadmanager/SABnzbd/patches/SABnzbd-0.6.0RC2-001_defaults-0.1.patch deleted file mode 100644 index 4cceea678d..0000000000 --- a/packages/addons/downloadmanager/SABnzbd/patches/SABnzbd-0.6.0RC2-001_defaults-0.1.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -Naur SABnzbd-0.6.0RC2/sabnzbd/constants.py SABnzbd-0.6.0RC2.patch/sabnzbd/constants.py ---- SABnzbd-0.6.0RC2/sabnzbd/constants.py 2011-04-10 16:06:27.000000000 +0200 -+++ SABnzbd-0.6.0RC2.patch/sabnzbd/constants.py 2011-04-16 21:49:52.858788377 +0200 -@@ -70,8 +70,8 @@ - DB_HISTORY_NAME = 'history%s.db' % DB_HISTORY_VERSION - DB_QUEUE_NAME = 'queue%s.db' % DB_QUEUE_VERSION - --DEF_DOWNLOAD_DIR = 'Downloads/incomplete' --DEF_COMPLETE_DIR = 'Downloads/complete' -+DEF_DOWNLOAD_DIR = '/storage/downloads/incoming/' -+DEF_COMPLETE_DIR = '/storage/downloads/' - DEF_CACHE_DIR = 'cache' - DEF_ADMIN_DIR = 'admin' - DEF_LOG_DIR = 'logs' -@@ -83,12 +83,12 @@ - DEF_STDINTF = 'smpl' - DEF_SKIN_COLORS = {'smpl':'white', 'classic':'darkblue', 'mobile':'light', 'plush' : 'gold'} - DEF_MAIN_TMPL = 'templates/main.tmpl' --DEF_INI_FILE = 'sabnzbd.ini' --DEF_HOST = 'localhost' --DEF_PORT_WIN = 8080 --DEF_PORT_UNIX = 8080 --DEF_PORT_WIN_SSL = 9090 --DEF_PORT_UNIX_SSL= 9090 -+DEF_INI_FILE = 'sabnzbd.conf' -+DEF_HOST = '0.0.0.0' -+DEF_PORT_WIN = 8081 -+DEF_PORT_UNIX = 8081 -+DEF_PORT_WIN_SSL = 9081 -+DEF_PORT_UNIX_SSL= 9081 - DEF_WORKDIR = 'sabnzbd' - DEF_LOG_FILE = 'sabnzbd.log' - DEF_LOG_ERRFILE = 'sabnzbd.error.log' diff --git a/packages/addons/downloadmanager/SABnzbd/patches/SABnzbd-0.6.0RC2-001_remove_default_settings-0.2.patch b/packages/addons/downloadmanager/SABnzbd/patches/SABnzbd-0.6.0RC2-001_remove_default_settings-0.2.patch new file mode 100644 index 0000000000..6929607456 --- /dev/null +++ b/packages/addons/downloadmanager/SABnzbd/patches/SABnzbd-0.6.0RC2-001_remove_default_settings-0.2.patch @@ -0,0 +1,214 @@ +diff -Naur SABnzbd-0.6.0RC2/interfaces/Plush/templates/config_directories.tmpl SABnzbd-0.6.0RC2.patch/interfaces/Plush/templates/config_directories.tmpl +--- SABnzbd-0.6.0RC2/interfaces/Plush/templates/config_directories.tmpl 2011-04-10 16:06:26.000000000 +0200 ++++ SABnzbd-0.6.0RC2.patch/interfaces/Plush/templates/config_directories.tmpl 2011-04-22 15:08:09.323174151 +0200 +@@ -109,49 +109,6 @@ + + + +-
+-
+-

$T('systemFolders')

+-

$T('base-folder'):
$my_lcldata

+-
+-
+-
+- +- +- +-
+-
+- +- +-
+-
+- +- +-
+-
+-
+- +
+
+

 

+diff -Naur SABnzbd-0.6.0RC2/interfaces/Plush/templates/config_general.tmpl SABnzbd-0.6.0RC2.patch/interfaces/Plush/templates/config_general.tmpl +--- SABnzbd-0.6.0RC2/interfaces/Plush/templates/config_general.tmpl 2011-04-10 16:06:26.000000000 +0200 ++++ SABnzbd-0.6.0RC2.patch/interfaces/Plush/templates/config_general.tmpl 2011-04-22 14:59:06.304131312 +0200 +@@ -14,82 +14,6 @@ +
+
+
+- +- +-
+-
+- +- +-
+-
+- +- +-
+-
+- +- +-
+-
+- +- +-
+-
+- +- +-
+-
+ +-
+
+
+ +@@ -152,36 +69,6 @@ + $T('explain-enable_https') + + +-
+- +- +-
+-
+- +- +-
+-
+- +- +-
+ + + +diff -Naur SABnzbd-0.6.0RC2/interfaces/Plush/templates/config_switches.tmpl SABnzbd-0.6.0RC2.patch/interfaces/Plush/templates/config_switches.tmpl +--- SABnzbd-0.6.0RC2/interfaces/Plush/templates/config_switches.tmpl 2011-04-10 16:06:26.000000000 +0200 ++++ SABnzbd-0.6.0RC2.patch/interfaces/Plush/templates/config_switches.tmpl 2011-04-22 15:21:32.791455752 +0200 +@@ -12,20 +12,6 @@ +

$T('swtag-general')

+ +
+-
+- 0 then "checked=1" else ""#--> /> +- +-
+-
+- 0 then "checked=1" else ""#--> /> +- +-
+ +
+ 0 then "checked=1" else ""#--> /> diff --git a/packages/addons/downloadmanager/SABnzbd/patches/SABnzbd-0.6.0RC2-002-remove_host_settings-0.1.patch b/packages/addons/downloadmanager/SABnzbd/patches/SABnzbd-0.6.0RC2-002-remove_host_settings-0.1.patch deleted file mode 100644 index d33207187b..0000000000 --- a/packages/addons/downloadmanager/SABnzbd/patches/SABnzbd-0.6.0RC2-002-remove_host_settings-0.1.patch +++ /dev/null @@ -1,70 +0,0 @@ -diff -Naur SABnzbd-0.6.0RC2/interfaces/Classic/templates/config_general.tmpl SABnzbd-0.6.0RC2.patch/interfaces/Classic/templates/config_general.tmpl ---- SABnzbd-0.6.0RC2/interfaces/Classic/templates/config_general.tmpl 2011-04-16 23:15:34.940298239 +0200 -+++ SABnzbd-0.6.0RC2.patch/interfaces/Classic/templates/config_general.tmpl 2011-04-16 23:21:11.140812740 +0200 -@@ -13,16 +13,6 @@ - - $T('webServer') - $T('restartRequired')

--$T('opt-host'):
--$T('explain-host')
-- --
--
--$T('opt-port'):
--$T('explain-port')
-- --
--
- $T('opt-web_dir'):
- $T('explain-web_dir')
- -- -- --
--
-- -- --
--
-