Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils/files: initrd.splash-cmp-str-instead-of-int.patch
Date: Sat, 28 Aug 2010 20:52:27
Message-Id: 20100828205222.6F33320051@flycatcher.gentoo.org
1 spock 10/08/28 20:52:22
2
3 Added: initrd.splash-cmp-str-instead-of-int.patch
4 Log:
5 Add a patch for initrd.splash (by Amadeusz Żołnowski, bug #330107).
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-gfx/splashutils/files/initrd.splash-cmp-str-instead-of-int.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/files/initrd.splash-cmp-str-instead-of-int.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/files/initrd.splash-cmp-str-instead-of-int.patch?rev=1.1&content-type=text/plain
13
14 Index: initrd.splash-cmp-str-instead-of-int.patch
15 ===================================================================
16 --- initrd.splash 2008-11-13 23:49:00.000000000 +0100
17 +++ initrd.splash.new 2010-07-27 21:35:24.647912782 +0200
18 @@ -26,7 +26,7 @@
19 init)
20 if [ -n "$2" ]; then
21 export BOOT_MSG="$2"
22 - elif [ "${CDROOT}" -eq '1' ]; then
23 + elif [ "${CDROOT}" = '1' ]; then
24 export BOOT_MSG="Preparing the LiveCD environment... Press Alt+F1 for verbose mode."
25 else
26 export BOOT_MSG="Preparing the system for boot... Press Alt+F1 for verbose mode."