Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
yast2-multipath
yast2-multipath-no-timeout-1st-time.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File yast2-multipath-no-timeout-1st-time.patch of Package yast2-multipath
Index: src/Multipath.ycp =================================================================== --- src.orig/Multipath.ycp +++ src/Multipath.ycp @@ -328,10 +328,11 @@ global any SummaryDialog() { any ret = nil; symbol current_tab = `status; - integer interval_millisec = 5000; + integer interval_millisec = 50; while(true) { ret = UI::TimeoutUserInput(interval_millisec); + interval_millisec = 5000; if(ret == `next) { break; }
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