summaryrefslogtreecommitdiff
path: root/development/mysql-workbench/config_and_ifconfig_paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/mysql-workbench/config_and_ifconfig_paths.patch')
-rw-r--r--development/mysql-workbench/config_and_ifconfig_paths.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/development/mysql-workbench/config_and_ifconfig_paths.patch b/development/mysql-workbench/config_and_ifconfig_paths.patch
index fbeac75803..efa52b0d03 100644
--- a/development/mysql-workbench/config_and_ifconfig_paths.patch
+++ b/development/mysql-workbench/config_and_ifconfig_paths.patch
@@ -11,15 +11,3 @@ diff -Naur mysql-workbench-gpl-5.2.43-src.orig/frontend/linux/workbench/mysql-wo
# force disable the Mac style single menu hack in Ubuntu Unity
UBUNTU_MENUPROXY=0
-diff -Naur mysql-workbench-gpl-5.2.43-src.orig/plugins/wb.admin/backend/wb_server_control.py mysql-workbench-gpl-5.2.43-src/plugins/wb.admin/backend/wb_server_control.py
---- mysql-workbench-gpl-5.2.43-src.orig/plugins/wb.admin/backend/wb_server_control.py 2012-09-11 17:47:17.000000000 +0200
-+++ mysql-workbench-gpl-5.2.43-src/plugins/wb.admin/backend/wb_server_control.py 2013-02-28 18:25:09.285245528 +0100
-@@ -32,7 +32,7 @@
-
- #-------------------------------------------------------------------------------
- def get_local_ip_list():
-- cmd = "/bin/sh -c ifconfig"
-+ cmd = "/bin/sh -c /sbin/ifconfig"
- regexp = "inet addr:([0-9a-f:\.]+)"
-
- if hasattr(sys, 'getwindowsversion'):