From a485d72cc6d5f0c97dc9572a4900181d22891bb8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Aug 2017 02:39:58 +0100 Subject: media-gfx/splashutils : import from gentoo tree, adjust it to modern openrc --- .../files/splashutils-1.5.4.4-gentoo-typo-fix.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 media-gfx/splashutils/files/splashutils-1.5.4.4-gentoo-typo-fix.patch (limited to 'media-gfx/splashutils/files/splashutils-1.5.4.4-gentoo-typo-fix.patch') diff --git a/media-gfx/splashutils/files/splashutils-1.5.4.4-gentoo-typo-fix.patch b/media-gfx/splashutils/files/splashutils-1.5.4.4-gentoo-typo-fix.patch new file mode 100644 index 00000000..4b8d5137 --- /dev/null +++ b/media-gfx/splashutils/files/splashutils-1.5.4.4-gentoo-typo-fix.patch @@ -0,0 +1,19 @@ +commit 74dda8291efae78f00bb781148c8fd4fccaeb764 +Author: MichaƂ Januszewski +Date: Tue Jun 14 23:23:33 2011 +0200 + + Fix typo in the Gentoo initscript. + +diff --git a/gentoo/init-fbcondecor b/gentoo/init-fbcondecor +index b66f40a..ce921b6 100755 +--- a/gentoo/init-fbcondecor ++++ b/gentoo/init-fbcondecor +@@ -12,7 +12,7 @@ start() { + splash_setup + + if [ -z "${FBCONDECOR_TTYS}" ]; then +- FBCONDECOR_TTYS=$(seq 1 "${rc_tty_number:-${RC_TTY_NUMBER}:-12}") ++ FBCONDECOR_TTYS=$(seq 1 "${rc_tty_number:-${RC_TTY_NUMBER:-12}}") + fi + + local err=0 -- cgit v1.2.3