From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PppCu-0002pf-1M for garchives@archives.gentoo.org; Wed, 16 Feb 2011 21:46:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 511261C00B; Wed, 16 Feb 2011 21:46:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1D57E1C00B for ; Wed, 16 Feb 2011 21:46:37 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EB471B40D6 for ; Wed, 16 Feb 2011 21:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id ACED38006A for ; Wed, 16 Feb 2011 21:46:35 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <25d06d1f7919d501415ba201747c1d533ca5f488.williamH@gentoo> Subject: [gentoo-commits] proj/livecd-tools:bl2-only commit in: init.d/ X-VCS-Repository: proj/livecd-tools X-VCS-Files: init.d/autoconfig X-VCS-Directories: init.d/ X-VCS-Committer: williamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 25d06d1f7919d501415ba201747c1d533ca5f488 Date: Wed, 16 Feb 2011 21:46:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: a99920c825ea59ecf48d7f3bb0a3e290 commit: 25d06d1f7919d501415ba201747c1d533ca5f488 Author: William Hubbs gentoo org> AuthorDate: Wed Feb 16 21:46:10 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Feb 16 21:46:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/livecd-tools.= git;a=3Dcommit;h=3D25d06d1f add check to be sure splash is only reset for speakup users --- init.d/autoconfig | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/init.d/autoconfig b/init.d/autoconfig index df1a8d1..4854cb8 100755 --- a/init.d/autoconfig +++ b/init.d/autoconfig @@ -587,9 +587,13 @@ start() { =20 killall hwsetup 2>/dev/null echo "6" > /proc/sys/kernel/printk - splash_manager -c set -t livecd-10 -m v > /dev/null 2>&1 - reset - chvt 1 + + if yesno "${SPEAKUP}" + then + splash_manager -c set -t livecd-10 -m v > /dev/null 2>&1 + reset + chvt 1 + fi } =20 # vim: ts=3D4