diff --git a/packages/python/web/Sick-Beard/patches/Sick-Beard-0f076f4-001_set_default_port_to_8083-0.1.patch b/packages/python/web/Sick-Beard/patches/Sick-Beard-0f076f4-001_set_default_port_to_8082-0.1.patch similarity index 92% rename from packages/python/web/Sick-Beard/patches/Sick-Beard-0f076f4-001_set_default_port_to_8083-0.1.patch rename to packages/python/web/Sick-Beard/patches/Sick-Beard-0f076f4-001_set_default_port_to_8082-0.1.patch index 9858976191..a7524a78da 100644 --- a/packages/python/web/Sick-Beard/patches/Sick-Beard-0f076f4-001_set_default_port_to_8083-0.1.patch +++ b/packages/python/web/Sick-Beard/patches/Sick-Beard-0f076f4-001_set_default_port_to_8082-0.1.patch @@ -5,7 +5,7 @@ diff -Naur Sick-Beard-0f076f4/autoProcessTV/autoProcessTV.cfg.sample Sick-Beard- [SickBeard] host=localhost -port=8081 -+port=8083 ++port=8082 username= password= -web_root= @@ -19,7 +19,7 @@ diff -Naur Sick-Beard-0f076f4/data/interfaces/default/config_general.tmpl Sick-B @@ -31,14 +31,14 @@ diff -Naur Sick-Beard-0f076f4/sickbeard/__init__.py Sick-Beard-0f076f4.patch/sic try: - WEB_PORT = check_setting_int(CFG, 'General', 'web_port', 8081) -+ WEB_PORT = check_setting_int(CFG, 'General', 'web_port', 8083) ++ WEB_PORT = check_setting_int(CFG, 'General', 'web_port', 8082) except: - WEB_PORT = 8081 -+ WEB_PORT = 8083 ++ WEB_PORT = 8082 if WEB_PORT < 21 or WEB_PORT > 65535: - WEB_PORT = 8081 -+ WEB_PORT = 8083 ++ WEB_PORT = 8082 WEB_HOST = check_setting_str(CFG, 'General', 'web_host', '0.0.0.0') WEB_IPV6 = bool(check_setting_int(CFG, 'General', 'web_ipv6', 0)) @@ -50,7 +50,7 @@ diff -Naur Sick-Beard-0f076f4/sickbeard/webserveInit.py Sick-Beard-0f076f4.patch def initWebServer(options = {}): - options.setdefault('port', 8081) -+ options.setdefault('port', 8083) ++ options.setdefault('port', 8082) options.setdefault('host', '0.0.0.0') options.setdefault('log_dir', None) options.setdefault('username', '')