Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
kdump
0001-multipath-Write-proper-regex-into-multipat...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-multipath-Write-proper-regex-into-multipath-conf.patch of Package kdump
From 4ce21a05fdfa91cb894d140c1962b29fb4b1431a Mon Sep 17 00:00:00 2001 From: Julian Wolf <juwolf@suse.de> Date: Mon, 1 Sep 2014 15:46:21 +0200 Subject: multipath: Write proper regex into multipath.conf Signed-off-by: Julian Wolf <juwolf@suse.de> --- kdumptool/multipath.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdumptool/multipath.cc b/kdumptool/multipath.cc index 4ffe493..a9acafc 100644 --- a/kdumptool/multipath.cc +++ b/kdumptool/multipath.cc @@ -206,7 +206,7 @@ void AddBlacklistHandler::outputLine(const string &raw) // ----------------------------------------------------------------------------- void AddBlacklistHandler::doBlacklist(lineHandler handler) { - (this->*handler)("\twwid \"*\"\n"); + (this->*handler)("\twwid \".*\"\n"); m_blacklist_done = true; } -- 1.8.1.4
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor