diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-08-14 16:48:48 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-08-14 16:48:48 +0100 |
commit | 24bb6c87bc46ff58545c7ad29439207b6039b646 (patch) | |
tree | 719fb24cdf2ce3d7b082c7267bc6c400a7d7a94b /media-gfx/splashutils | |
parent | 25a51e8606f63154da65d7caa98f189a1dce22dd (diff) |
media-gfx/splashutils : run fbcondecor as early as possible
Diffstat (limited to 'media-gfx/splashutils')
-rw-r--r-- | media-gfx/splashutils/files/splashutils-1.5.4.4-openrc-run.patch | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/media-gfx/splashutils/files/splashutils-1.5.4.4-openrc-run.patch b/media-gfx/splashutils/files/splashutils-1.5.4.4-openrc-run.patch index 7300936b..dc3914be 100644 --- a/media-gfx/splashutils/files/splashutils-1.5.4.4-openrc-run.patch +++ b/media-gfx/splashutils/files/splashutils-1.5.4.4-openrc-run.patch @@ -1,9 +1,17 @@ diff -Nur a/init-fbcondecor b/init-fbcondecor --- a/init-fbcondecor 2011-06-12 22:45:59.000000000 +0100 -+++ b/init-fbcondecor 2017-08-06 02:31:27.989502111 +0100 -@@ -1,4 +1,4 @@ ++++ b/init-fbcondecor 2017-08-14 16:47:22.051031795 +0100 +@@ -1,10 +1,10 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + depend() { +- before xdm +- use localmount ++ after localmount ++ before dkms + } + + start() { |