Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/livecd-tools:master commit in: init.d/
Date: Sun, 01 May 2011 02:51:51
Message-Id: 92dfcf16f04261c99a7eb4e1320d5fc933ae4a70.williamH@gentoo
1 commit: 92dfcf16f04261c99a7eb4e1320d5fc933ae4a70
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 16 21:46:10 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 02:46:14 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/livecd-tools.git;a=commit;h=92dfcf16
7
8 add check to be sure splash is only reset for speakup users
9
10 ---
11 init.d/autoconfig | 10 +++++++---
12 1 files changed, 7 insertions(+), 3 deletions(-)
13
14 diff --git a/init.d/autoconfig b/init.d/autoconfig
15 index df1a8d1..4854cb8 100755
16 --- a/init.d/autoconfig
17 +++ b/init.d/autoconfig
18 @@ -587,9 +587,13 @@ start() {
19
20 killall hwsetup 2>/dev/null
21 echo "6" > /proc/sys/kernel/printk
22 - splash_manager -c set -t livecd-10 -m v > /dev/null 2>&1
23 - reset
24 - chvt 1
25 +
26 + if yesno "${SPEAKUP}"
27 + then
28 + splash_manager -c set -t livecd-10 -m v > /dev/null 2>&1
29 + reset
30 + chvt 1
31 + fi
32 }
33
34 # vim: ts=4