Raymond Wooninck 2012-10-11 14:41:24 +00:00 committed by Git OBS Bridge
parent 4fbbb088a0
commit 7ff7a02b2d
2 changed files with 4 additions and 4 deletions

View File

@ -28,8 +28,8 @@ Index: plymouth-0.8.6.1/src/main.c
+ ply_trace ("plymouthd is already running"); + ply_trace ("plymouthd is already running");
+ +
+ if (daemon_handle != NULL) + if (daemon_handle != NULL)
+ ply_detach_daemon (daemon_handle, EX_OK); + ply_detach_daemon (daemon_handle, EX_UNAVAILABLE);
+ return EX_OK; + return EX_UNAVAILABLE;
+ } + }
+ +
state.boot_buffer = ply_buffer_new (); state.boot_buffer = ply_buffer_new ();

View File

@ -1,8 +1,8 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 11 12:21:37 UTC 2012 - tittiatcoke@gmail.com Thu Oct 11 12:21:37 UTC 2012 - tittiatcoke@gmail.com
- Temporarily disable the patch to remove the pid-file. This seems - Adjusted the upstream patch to remove the pid file. The original
to cause issues with the DM killing plymouth one seems to cause issues with the DM killing plymouth
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 11 09:13:33 UTC 2012 - tittiatcoke@gmail.com Thu Oct 11 09:13:33 UTC 2012 - tittiatcoke@gmail.com