Skip to content

Commit

Permalink
- removed displaying /var/log/messages (bsc#933517)
Browse files Browse the repository at this point in the history
* This is a cherry-pick of 2fc1196
  • Loading branch information
aschnell authored and ancorgs committed Jan 10, 2017
1 parent 64c7131 commit 0299820
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 112 deletions.
7 changes: 7 additions & 0 deletions package/yast2-storage.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 10 14:26:32 UTC 2017 - ancor@suse.com

- removed displaying /var/log/messages (bsc#933517)
- Backport (cherry-pick) of the original change done by
aschnell@suse.com in version 3.1.104

-------------------------------------------------------------------
Fri Nov 11 11:28:31 UTC 2016 - igonzalezsosa@suse.com

Expand Down
1 change: 0 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ ynclude_DATA = \
include/partitioning/custom_part_check_generated.rb \
include/partitioning/auto_part_ui.rb \
include/partitioning/ep-hd-dialogs.rb \
include/partitioning/ep-log.rb \
include/partitioning/ep-loop.rb \
include/partitioning/lvm_pv_lib.rb \
include/partitioning/ep-loop-lib.rb \
Expand Down
92 changes: 0 additions & 92 deletions src/include/partitioning/ep-log.rb

This file was deleted.

19 changes: 0 additions & 19 deletions src/include/partitioning/ep-main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def initialize_partitioning_ep_main(include_target)
Yast.include include_target, "partitioning/ep-graph.rb"
Yast.include include_target, "partitioning/ep-summary.rb"
Yast.include include_target, "partitioning/ep-settings.rb"
Yast.include include_target, "partitioning/ep-log.rb"
end

def UpdateTableFocus(device)
Expand Down Expand Up @@ -171,11 +170,6 @@ def MakeNavigationTree(open_items)
:create => fun_ref(method(:CreateSettingsPanel), "void (any)"),
:handle => fun_ref(method(:HandleSettingsPanel), "void (any, map)"),
:destroy => fun_ref(method(:DestroySettingsPanel), "void (any)")
},
:log => {
:create => fun_ref(method(:CreateLogPanel), "void (any)"),
:handle => fun_ref(method(:HandleLogPanel), "void (any, map)"),
:destroy => fun_ref(method(:DestroyLogPanel), "void (any)")
}
}

Expand Down Expand Up @@ -483,19 +477,6 @@ def MakeNavigationTree(open_items)
)
)

if Mode.normal
# tree node label
tree = Builtins.add(
tree,
Item(
Id(:log),
term(:icon, StorageIcons.log_icon),
_("Log"),
open.call(:log)
)
)
end

return tree, data

end
Expand Down

0 comments on commit 0299820

Please sign in to comment.