diff options
author | 2017-02-01 21:58:44 +0100 | |
---|---|---|
committer | 2017-02-01 21:58:44 +0100 | |
commit | e5212856fbe72fa064a7a15d4a8fec94aedf353a (patch) | |
tree | 463c6be984f5db56bd2e08f00fb8c10f5614d8df /media-gfx/splashutils/files/splashutils-1.5.4.4-gentoo-typo-fix.patch | |
parent | [media-video/lives] Fix repoman complaint about metadata. (diff) | |
download | DuPol-e5212856fbe72fa064a7a15d4a8fec94aedf353a.tar.gz DuPol-e5212856fbe72fa064a7a15d4a8fec94aedf353a.tar.bz2 DuPol-e5212856fbe72fa064a7a15d4a8fec94aedf353a.zip |
[media-gfx/splashutils] Drop old.
Diffstat (limited to 'media-gfx/splashutils/files/splashutils-1.5.4.4-gentoo-typo-fix.patch')
-rw-r--r-- | media-gfx/splashutils/files/splashutils-1.5.4.4-gentoo-typo-fix.patch | 19 |
1 files changed, 0 insertions, 19 deletions
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 deleted file mode 100644 index 4b8d513..0000000 --- a/media-gfx/splashutils/files/splashutils-1.5.4.4-gentoo-typo-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit 74dda8291efae78f00bb781148c8fd4fccaeb764 -Author: Michał Januszewski <spock@gentoo.org> -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 |