This commit is contained in:
parent
4fbbb088a0
commit
7ff7a02b2d
@ -28,8 +28,8 @@ Index: plymouth-0.8.6.1/src/main.c
|
||||
+ ply_trace ("plymouthd is already running");
|
||||
+
|
||||
+ if (daemon_handle != NULL)
|
||||
+ ply_detach_daemon (daemon_handle, EX_OK);
|
||||
+ return EX_OK;
|
||||
+ ply_detach_daemon (daemon_handle, EX_UNAVAILABLE);
|
||||
+ return EX_UNAVAILABLE;
|
||||
+ }
|
||||
+
|
||||
state.boot_buffer = ply_buffer_new ();
|
||||
|
@ -1,8 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 11 12:21:37 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
||||
- Temporarily disable the patch to remove the pid-file. This seems
|
||||
to cause issues with the DM killing plymouth
|
||||
- Adjusted the upstream patch to remove the pid file. The original
|
||||
one seems to cause issues with the DM killing plymouth
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 11 09:13:33 UTC 2012 - tittiatcoke@gmail.com
|
||||
|
Loading…
Reference in New Issue
Block a user