Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:i586
openSUSE:12.3
suspend
suspend-splash-verbose-debug.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File suspend-splash-verbose-debug.diff of Package suspend
Index: suspend-utils-1.0/resume.c =================================================================== --- suspend-utils-1.0.orig/resume.c +++ suspend-utils-1.0/resume.c @@ -213,6 +213,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