From 7ff7a02b2dd9bcf80bec0758176224bcb6dc54718b770c1b18fc101e392792f9 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Thu, 11 Oct 2012 14:41:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=86 --- plymouth-remove-pid-file.patch | 4 ++-- plymouth.changes | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plymouth-remove-pid-file.patch b/plymouth-remove-pid-file.patch index 637fa09..bbdb2a3 100644 --- a/plymouth-remove-pid-file.patch +++ b/plymouth-remove-pid-file.patch @@ -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 (); diff --git a/plymouth.changes b/plymouth.changes index a7192d6..7a22a29 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -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