Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4:Update
suspend.501
suspend-splash-verbose-debug.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File suspend-splash-verbose-debug.diff of Package suspend.501
Index: b/resume.c =================================================================== --- a/resume.c +++ b/resume.c @@ -201,6 +201,13 @@ static void pause_resume(int pause) splash.set_caption(message); printf("%s: %s", my_name, message); + /* hack: disable bootsplash so that we can see the results */ + FILE * s = fopen("/proc/splash", "w"); + if (s) { + fprintf(s, "verbose\n"); + fclose(s); + } + splash.finish(); if (pause > 0) printf("%s: Continuing automatically in %2d seconds", my_name, pause);
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